Html Css Color HEX #BDDEC1 Edgewater

📋 copy color: '#BDDEC1'

red 189 ◦ green 222 ◦ blue 193

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

Shades of Edgewater #BDDEC1

Tints of Edgewater #BDDEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.95%

R = 31.29%
G = 36.75%
B = 31.95%

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

#BDDEC1 (or 0xBDDEC1) is known color: Edgewater. HEX triplet: BD, DE and C1. RGB value is (189,222,193). Sum of RGB (Red+Green+Blue) = 189+222+193=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 193 (75.78% from 255 or 31.95% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC1 is #42213E. Grayscale: #D0D0D0. Windows color (decimal): -4333887 or 12705469. OLE color: 12705469.

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

Color convert

RGB 189 222 193 -
CMYK 0.15 0 0.13 0.13
HSL 127.27º 0.33% 0.81% -
HSV(B) 127.27º 0.15% 0.87% -
XYZ 56.73 66.91 60.38 -
YUV 208.83 119.07 113.86 -
System Red Green Blue C M Y K H S L
Decimal 189 222 193 0.15 0 0.13 0.13 127.27 0.33 0.81
Hex BD DE C1 F 0 D D 7F 21 51
Octal 275 336 301 17 0 15 15 177 41 121
Binary 10111101 11011110 11000001 1111 0 1101 1101 1111111 100001 1010001

Color Harmonies of #BDDEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEC1

Black with #BDDEC1

Text Example


Text Example

White with #BDDEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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