Html Css Color HEX #BDDEC4 Edgewater

📋 copy color: '#BDDEC4'

red 189 ◦ green 222 ◦ blue 196

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

Shades of Edgewater #BDDEC4

Tints of Edgewater #BDDEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 32.29%

R = 31.14%
G = 36.57%
B = 32.29%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#BDDEC4 (or 0xBDDEC4) is known color: Edgewater. HEX triplet: BD, DE and C4. RGB value is (189,222,196). Sum of RGB (Red+Green+Blue) = 189+222+196=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 196 (76.95% from 255 or 32.29% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC4 is #42213B. Grayscale: #D1D1D1. Windows color (decimal): -4333884 or 12902077. OLE color: 12902077.

HSL color Cylindrical-coordinate representation of color #BDDEC4: hue angle of 132.73º 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 #BDDEC4 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 222 196 -
CMYK 0.15 0 0.12 0.13
HSL 132.73º 0.33% 0.81% -
HSV(B) 132.73º 0.15% 0.87% -
XYZ 57.07 67.05 62.16 -
YUV 209.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 189 222 196 0.15 0 0.12 0.13 132.73 0.33 0.81
Hex BD DE C4 F 0 C D 85 21 51
Octal 275 336 304 17 0 14 15 205 41 121
Binary 10111101 11011110 11000100 1111 0 1100 1101 10000101 100001 1010001

Color Harmonies of #BDDEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEC4

Black with #BDDEC4

Text Example


Text Example

White with #BDDEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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