Html Css Color HEX #BFD6C8 Edgewater

📋 copy color: '#BFD6C8'

red 191 ◦ green 214 ◦ blue 200

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

Shades of Edgewater #BFD6C8

Tints of Edgewater #BFD6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.37%

 BLUE value IS 200 (78.52% from 255) = 33.06%

R = 31.57%
G = 35.37%
B = 33.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#BFD6C8 (or 0xBFD6C8) is known color: Edgewater. HEX triplet: BF, D6 and C8. RGB value is (191,214,200). Sum of RGB (Red+Green+Blue) = 191+214+200=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6C8 is #402937. Grayscale: #CDCDCD. Windows color (decimal): -4204856 or 13162175. OLE color: 13162175.

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

Color convert

RGB 191 214 200 -
CMYK 0.11 0 0.07 0.16
HSL 143.48º 0.22% 0.79% -
HSV(B) 143.48º 0.11% 0.84% -
XYZ 55.96 63.34 63.92 -
YUV 205.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 191 214 200 0.11 0 0.07 0.16 143.48 0.22 0.79
Hex BF D6 C8 B 0 7 10 8F 16 4F
Octal 277 326 310 13 0 7 20 217 26 117
Binary 10111111 11010110 11001000 1011 0 111 10000 10001111 10110 1001111

Color Harmonies of #BFD6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD6C8

Black with #BFD6C8

Text Example


Text Example

White with #BFD6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD6C8; }

 p { color: rgb(191,214,200); }

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

background-color css

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

 a { background-color: rgb(191,214,200); }

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

border-color css

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

 span { border-color: rgb(191,214,200); }

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