Html Css Color HEX #BDDDC3 Edgewater

📋 copy color: '#BDDDC3'

red 189 ◦ green 221 ◦ blue 195

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

Shades of Edgewater #BDDDC3

Tints of Edgewater #BDDDC3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.53%

 BLUE value IS 195 (76.56% from 255) = 32.23%

R = 31.24%
G = 36.53%
B = 32.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#BDDDC3 (or 0xBDDDC3) is known color: Edgewater. HEX triplet: BD, DD and C3. RGB value is (189,221,195). Sum of RGB (Red+Green+Blue) = 189+221+195=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDC3 is #42223C. Grayscale: #D0D0D0. Windows color (decimal): -4334141 or 12836285. OLE color: 12836285.

HSL color Cylindrical-coordinate representation of color #BDDDC3: hue angle of 131.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDC3 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 221 195 -
CMYK 0.14 0 0.12 0.13
HSL 131.25º 0.32% 0.8% -
HSV(B) 131.25º 0.14% 0.87% -
XYZ 56.69 66.47 61.47 -
YUV 208.47 120.4 114.11 -
System Red Green Blue C M Y K H S L
Decimal 189 221 195 0.14 0 0.12 0.13 131.25 0.32 0.8
Hex BD DD C3 E 0 C D 83 20 50
Octal 275 335 303 16 0 14 15 203 40 120
Binary 10111101 11011101 11000011 1110 0 1100 1101 10000011 100000 1010000

Color Harmonies of #BDDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDC3

Black with #BDDDC3

Text Example


Text Example

White with #BDDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDC3; }

 p { color: rgb(189,221,195); }

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

background-color css

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

 a { background-color: rgb(189,221,195); }

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

border-color css

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

 span { border-color: rgb(189,221,195); }

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