Html Css Color HEX #BDDBC8 Edgewater

📋 copy color: '#BDDBC8'

red 189 ◦ green 219 ◦ blue 200

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

Shades of Edgewater #BDDBC8

Tints of Edgewater #BDDBC8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.02%

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

R = 31.09%
G = 36.02%
B = 32.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#BDDBC8 (or 0xBDDBC8) is known color: Edgewater. HEX triplet: BD, DB and C8. RGB value is (189,219,200). Sum of RGB (Red+Green+Blue) = 189+219+200=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBC8 is #422437. Grayscale: #CFCFCF. Windows color (decimal): -4334648 or 13163453. OLE color: 13163453.

HSL color Cylindrical-coordinate representation of color #BDDBC8: hue angle of 142º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBC8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 200 -
CMYK 0.14 0 0.09 0.14
HSL 142º 0.29% 0.8% -
HSV(B) 142º 0.14% 0.86% -
XYZ 56.74 65.65 64.33 -
YUV 207.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 189 219 200 0.14 0 0.09 0.14 142 0.29 0.8
Hex BD DB C8 E 0 9 E 8E 1D 50
Octal 275 333 310 16 0 11 16 216 35 120
Binary 10111101 11011011 11001000 1110 0 1001 1110 10001110 11101 1010000

Color Harmonies of #BDDBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBC8

Black with #BDDBC8

Text Example


Text Example

White with #BDDBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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