Html Css Color HEX #BDD9C8 Edgewater

📋 copy color: '#BDD9C8'

red 189 ◦ green 217 ◦ blue 200

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

Shades of Edgewater #BDD9C8

Tints of Edgewater #BDD9C8

RGB

 RED value IS 189 (74.22% from 255) = 31.19%

 GREEN value IS 217 (85.16% from 255) = 35.81%

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

R = 31.19%
G = 35.81%
B = 33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#BDD9C8 (or 0xBDD9C8) is known color: Edgewater. HEX triplet: BD, D9 and C8. RGB value is (189,217,200). Sum of RGB (Red+Green+Blue) = 189+217+200=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD9C8 is #422637. Grayscale: #CECECE. Windows color (decimal): -4335160 or 13162941. OLE color: 13162941.

HSL color Cylindrical-coordinate representation of color #BDD9C8: hue angle of 143.57º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDD9C8 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 200 -
CMYK 0.13 0 0.08 0.15
HSL 143.57º 0.27% 0.8% -
HSV(B) 143.57º 0.13% 0.85% -
XYZ 56.22 64.61 64.15 -
YUV 206.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 189 217 200 0.13 0 0.08 0.15 143.57 0.27 0.8
Hex BD D9 C8 D 0 8 F 90 1B 50
Octal 275 331 310 15 0 10 17 220 33 120
Binary 10111101 11011001 11001000 1101 0 1000 1111 10010000 11011 1010000

Color Harmonies of #BDD9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD9C8

Black with #BDD9C8

Text Example


Text Example

White with #BDD9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD9C8; }

 p { color: rgb(189,217,200); }

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

background-color css

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

 a { background-color: rgb(189,217,200); }

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

border-color css

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

 span { border-color: rgb(189,217,200); }

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