Html Css Color HEX #BDDDC8 Edgewater

📋 copy color: '#BDDDC8'

red 189 ◦ green 221 ◦ blue 200

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

Shades of Edgewater #BDDDC8

Tints of Edgewater #BDDDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.23%

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

R = 30.98%
G = 36.23%
B = 32.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#BDDDC8 (or 0xBDDDC8) is known color: Edgewater. HEX triplet: BD, DD and C8. RGB value is (189,221,200). Sum of RGB (Red+Green+Blue) = 189+221+200=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC8 is #422237. Grayscale: #D1D1D1. Windows color (decimal): -4334136 or 13163965. OLE color: 13163965.

HSL color Cylindrical-coordinate representation of color #BDDDC8: hue angle of 140.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDC8 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 200 -
CMYK 0.14 0 0.10 0.13
HSL 140.63º 0.32% 0.8% -
HSV(B) 140.63º 0.14% 0.87% -
XYZ 57.27 66.7 64.5 -
YUV 209.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 189 221 200 0.14 0 0.10 0.13 140.63 0.32 0.8
Hex BD DD C8 E 0 A D 8D 20 50
Octal 275 335 310 16 0 12 15 215 40 120
Binary 10111101 11011101 11001000 1110 0 1010 1101 10001101 100000 1010000

Color Harmonies of #BDDDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDC8

Black with #BDDDC8

Text Example


Text Example

White with #BDDDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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