Html Css Color HEX #BFD5C6 Edgewater

📋 copy color: '#BFD5C6'

red 191 ◦ green 213 ◦ blue 198

#BFD5C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Edgewater #BFD5C6

Tints of Edgewater #BFD5C6

RGB

 RED value IS 191 (75% from 255) = 31.73%

 GREEN value IS 213 (83.59% from 255) = 35.38%

 BLUE value IS 198 (77.73% from 255) = 32.89%

R = 31.73%
G = 35.38%
B = 32.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFD5C6 (or 0xBFD5C6) is known color: Edgewater. HEX triplet: BF, D5 and C6. RGB value is (191,213,198). Sum of RGB (Red+Green+Blue) = 191+213+198=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 198 (77.73% from 255 or 32.89% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5C6 is #402A39. Grayscale: #CCCCCC. Windows color (decimal): -4205114 or 13030847. OLE color: 13030847.

HSL color Cylindrical-coordinate representation of color #BFD5C6: hue angle of 139.09º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD5C6 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 213 198 -
CMYK 0.10 0 0.07 0.16
HSL 139.09º 0.21% 0.79% -
HSV(B) 139.09º 0.1% 0.84% -
XYZ 55.47 62.74 62.61 -
YUV 204.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 191 213 198 0.10 0 0.07 0.16 139.09 0.21 0.79
Hex BF D5 C6 A 0 7 10 8B 15 4F
Octal 277 325 306 12 0 7 20 213 25 117
Binary 10111111 11010101 11000110 1010 0 111 10000 10001011 10101 1001111

Color Harmonies of #BFD5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD5C6

Black with #BFD5C6

Text Example


Text Example

White with #BFD5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD5C6; }

 p { color: rgb(191,213,198); }

 H1.HeaderClassName
 {
   color: #BFD5C6;
 }
 .AnyTagClassName
 {
   color: #BFD5C6;
 }
</style>

background-color css

<style>
 a { background-color: #BFD5C6; }

 a { background-color: rgb(191,213,198); }

 div.DivClassName
 {
   background-color: #BFD5C6;
 }
 .BgClassName
 {
   background-color: #BFD5C6;
 }
</style>

border-color css

<style>
 span { border-color: #BFD5C6; }

 span { border-color: rgb(191,213,198); }

 td.TdClassName
 {
   border-color: #BFD5C6;
 }
 .TagClassName
 {
   border-color: #BFD5C6;
 }
</style>