Html Css Color HEX #BDD3C2 Edgewater

📋 copy color: '#BDD3C2'

red 189 ◦ green 211 ◦ blue 194

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

Shades of Edgewater #BDD3C2

Tints of Edgewater #BDD3C2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.52%

 BLUE value IS 194 (76.17% from 255) = 32.66%

R = 31.82%
G = 35.52%
B = 32.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#BDD3C2 (or 0xBDD3C2) is known color: Edgewater. HEX triplet: BD, D3 and C2. RGB value is (189,211,194). Sum of RGB (Red+Green+Blue) = 189+211+194=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 211 (82.81% from 255 or 35.52% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD3C2 is #422C3D. Grayscale: #CACACA. Windows color (decimal): -4336702 or 12768189. OLE color: 12768189.

HSL color Cylindrical-coordinate representation of color #BDD3C2: hue angle of 133.64º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDD3C2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 194 -
CMYK 0.10 0 0.08 0.17
HSL 133.64º 0.2% 0.78% -
HSV(B) 133.64º 0.1% 0.83% -
XYZ 54.02 61.3 60.02 -
YUV 202.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 189 211 194 0.10 0 0.08 0.17 133.64 0.2 0.78
Hex BD D3 C2 A 0 8 11 86 14 4E
Octal 275 323 302 12 0 10 21 206 24 116
Binary 10111101 11010011 11000010 1010 0 1000 10001 10000110 10100 1001110

Color Harmonies of #BDD3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD3C2

Black with #BDD3C2

Text Example


Text Example

White with #BDD3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD3C2; }

 p { color: rgb(189,211,194); }

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

background-color css

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

 a { background-color: rgb(189,211,194); }

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

border-color css

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

 span { border-color: rgb(189,211,194); }

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