Html Css Color HEX #BDDEC2 Edgewater

📋 copy color: '#BDDEC2'

red 189 ◦ green 222 ◦ blue 194

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

Shades of Edgewater #BDDEC2

Tints of Edgewater #BDDEC2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.69%

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

R = 31.24%
G = 36.69%
B = 32.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#BDDEC2 (or 0xBDDEC2) is known color: Edgewater. HEX triplet: BD, DE and C2. RGB value is (189,222,194). Sum of RGB (Red+Green+Blue) = 189+222+194=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC2 is #42213D. Grayscale: #D1D1D1. Windows color (decimal): -4333886 or 12771005. OLE color: 12771005.

HSL color Cylindrical-coordinate representation of color #BDDEC2: hue angle of 129.09º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDEC2 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 194 -
CMYK 0.15 0 0.13 0.13
HSL 129.09º 0.33% 0.81% -
HSV(B) 129.09º 0.15% 0.87% -
XYZ 56.85 66.96 60.97 -
YUV 208.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 189 222 194 0.15 0 0.13 0.13 129.09 0.33 0.81
Hex BD DE C2 F 0 D D 81 21 51
Octal 275 336 302 17 0 15 15 201 41 121
Binary 10111101 11011110 11000010 1111 0 1101 1101 10000001 100001 1010001

Color Harmonies of #BDDEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEC2

Black with #BDDEC2

Text Example


Text Example

White with #BDDEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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