Html Css Color HEX #BDDFC2 Edgewater

📋 copy color: '#BDDFC2'

red 189 ◦ green 223 ◦ blue 194

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

Shades of Edgewater #BDDFC2

Tints of Edgewater #BDDFC2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.8%

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

R = 31.19%
G = 36.8%
B = 32.01%

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

#BDDFC2 (or 0xBDDFC2) is known color: Edgewater. HEX triplet: BD, DF and C2. RGB value is (189,223,194). Sum of RGB (Red+Green+Blue) = 189+223+194=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC2 is #42203D. Grayscale: #D1D1D1. Windows color (decimal): -4333630 or 12771261. OLE color: 12771261.

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

Color convert

RGB 189 223 194 -
CMYK 0.15 0 0.13 0.13
HSL 128.82º 0.35% 0.81% -
HSV(B) 128.82º 0.15% 0.87% -
XYZ 57.11 67.49 61.06 -
YUV 209.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 189 223 194 0.15 0 0.13 0.13 128.82 0.35 0.81
Hex BD DF C2 F 0 D D 81 23 51
Octal 275 337 302 17 0 15 15 201 43 121
Binary 10111101 11011111 11000010 1111 0 1101 1101 10000001 100011 1010001

Color Harmonies of #BDDFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFC2

Black with #BDDFC2

Text Example


Text Example

White with #BDDFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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