Html Css Color HEX #BFD7C8 Edgewater

📋 copy color: '#BFD7C8'

red 191 ◦ green 215 ◦ blue 200

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

Shades of Edgewater #BFD7C8

Tints of Edgewater #BFD7C8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.48%

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

R = 31.52%
G = 35.48%
B = 33%

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

#BFD7C8 (or 0xBFD7C8) is known color: Edgewater. HEX triplet: BF, D7 and C8. RGB value is (191,215,200). Sum of RGB (Red+Green+Blue) = 191+215+200=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7C8 is #402837. Grayscale: #CECECE. Windows color (decimal): -4204600 or 13162431. OLE color: 13162431.

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

Color convert

RGB 191 215 200 -
CMYK 0.11 0 0.07 0.16
HSL 142.5º 0.23% 0.8% -
HSV(B) 142.5º 0.11% 0.84% -
XYZ 56.21 63.85 64 -
YUV 206.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 191 215 200 0.11 0 0.07 0.16 142.5 0.23 0.8
Hex BF D7 C8 B 0 7 10 8E 17 50
Octal 277 327 310 13 0 7 20 216 27 120
Binary 10111111 11010111 11001000 1011 0 111 10000 10001110 10111 1010000

Color Harmonies of #BFD7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7C8

Black with #BFD7C8

Text Example


Text Example

White with #BFD7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD7C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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