Html Css Color HEX #BCEDDD Water Leaf

📋 copy color: '#BCEDDD'

red 188 ◦ green 237 ◦ blue 221

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

Shades of Water Leaf #BCEDDD

Tints of Water Leaf #BCEDDD

RGB

 RED value IS 188 (73.83% from 255) = 29.1%

 GREEN value IS 237 (92.97% from 255) = 36.69%

 BLUE value IS 221 (86.72% from 255) = 34.21%

R = 29.1%
G = 36.69%
B = 34.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#BCEDDD (or 0xBCEDDD) is known color: Water Leaf. HEX triplet: BC, ED and DD. RGB value is (188,237,221). Sum of RGB (Red+Green+Blue) = 188+237+221=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDDD is #431222. Grayscale: #DCDCDC. Windows color (decimal): -4395555 or 14544316. OLE color: 14544316.

HSL color Cylindrical-coordinate representation of color #BCEDDD: hue angle of 160.41º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDDD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 221 -
CMYK 0.21 0 0.07 0.07
HSL 160.41º 0.58% 0.83% -
HSV(B) 160.41º 0.21% 0.93% -
XYZ 64.07 76.48 79.79 -
YUV 220.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 188 237 221 0.21 0 0.07 0.07 160.41 0.58 0.83
Hex BC ED DD 15 0 7 7 A0 3A 53
Octal 274 355 335 25 0 7 7 240 72 123
Binary 10111100 11101101 11011101 10101 0 111 111 10100000 111010 1010011

Color Harmonies of #BCEDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDDD

Black with #BCEDDD

Text Example


Text Example

White with #BCEDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDDD; }

 p { color: rgb(188,237,221); }

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

background-color css

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

 a { background-color: rgb(188,237,221); }

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

border-color css

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

 span { border-color: rgb(188,237,221); }

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