Html Css Color HEX #BCECDE Water Leaf

📋 copy color: '#BCECDE'

red 188 ◦ green 236 ◦ blue 222

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

Shades of Water Leaf #BCECDE

Tints of Water Leaf #BCECDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 34.37%

R = 29.1%
G = 36.53%
B = 34.37%

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

#BCECDE (or 0xBCECDE) is known color: Water Leaf. HEX triplet: BC, EC and DE. RGB value is (188,236,222). Sum of RGB (Red+Green+Blue) = 188+236+222=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECDE is #431321. Grayscale: #DCDCDC. Windows color (decimal): -4395810 or 14609596. OLE color: 14609596.

HSL color Cylindrical-coordinate representation of color #BCECDE: hue angle of 162.5º 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 #BCECDE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 236 222 -
CMYK 0.20 0 0.06 0.07
HSL 162.5º 0.56% 0.83% -
HSV(B) 162.5º 0.2% 0.93% -
XYZ 63.92 75.96 80.4 -
YUV 220.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 188 236 222 0.20 0 0.06 0.07 162.5 0.56 0.83
Hex BC EC DE 14 0 6 7 A2 38 53
Octal 274 354 336 24 0 6 7 242 70 123
Binary 10111100 11101100 11011110 10100 0 110 111 10100010 111000 1010011

Color Harmonies of #BCECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECDE

Black with #BCECDE

Text Example


Text Example

White with #BCECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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