Html Css Color HEX #BDDEC7 Edgewater

📋 copy color: '#BDDEC7'

red 189 ◦ green 222 ◦ blue 199

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

Shades of Edgewater #BDDEC7

Tints of Edgewater #BDDEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 32.62%

R = 30.98%
G = 36.39%
B = 32.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#BDDEC7 (or 0xBDDEC7) is known color: Edgewater. HEX triplet: BD, DE and C7. RGB value is (189,222,199). Sum of RGB (Red+Green+Blue) = 189+222+199=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDEC7 is #422138. Grayscale: #D1D1D1. Windows color (decimal): -4333881 or 13098685. OLE color: 13098685.

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

Color convert

RGB 189 222 199 -
CMYK 0.15 0 0.10 0.13
HSL 138.18º 0.33% 0.81% -
HSV(B) 138.18º 0.15% 0.87% -
XYZ 57.42 67.18 63.97 -
YUV 209.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 189 222 199 0.15 0 0.10 0.13 138.18 0.33 0.81
Hex BD DE C7 F 0 A D 8A 21 51
Octal 275 336 307 17 0 12 15 212 41 121
Binary 10111101 11011110 11000111 1111 0 1010 1101 10001010 100001 1010001

Color Harmonies of #BDDEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDEC7

Black with #BDDEC7

Text Example


Text Example

White with #BDDEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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