Html Css Color HEX #BCECDD Water Leaf

📋 copy color: '#BCECDD'

red 188 ◦ green 236 ◦ blue 221

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

Shades of Water Leaf #BCECDD

Tints of Water Leaf #BCECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.59%

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

R = 29.15%
G = 36.59%
B = 34.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BCECDD (or 0xBCECDD) is known color: Water Leaf. HEX triplet: BC, EC and DD. RGB value is (188,236,221). Sum of RGB (Red+Green+Blue) = 188+236+221=645 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.15% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECDD is #431322. Grayscale: #DBDBDB. Windows color (decimal): -4395811 or 14544060. OLE color: 14544060.

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

Color convert

RGB 188 236 221 -
CMYK 0.20 0 0.06 0.07
HSL 161.25º 0.56% 0.83% -
HSV(B) 161.25º 0.2% 0.93% -
XYZ 63.79 75.9 79.7 -
YUV 219.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 188 236 221 0.20 0 0.06 0.07 161.25 0.56 0.83
Hex BC EC DD 14 0 6 7 A1 38 53
Octal 274 354 335 24 0 6 7 241 70 123
Binary 10111100 11101100 11011101 10100 0 110 111 10100001 111000 1010011

Color Harmonies of #BCECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECDD

Black with #BCECDD

Text Example


Text Example

White with #BCECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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