Html Css Color HEX #BCEBE2 Water Leaf

📋 copy color: '#BCEBE2'

red 188 ◦ green 235 ◦ blue 226

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

Shades of Water Leaf #BCEBE2

Tints of Water Leaf #BCEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.21%

 BLUE value IS 226 (88.67% from 255) = 34.82%

R = 28.97%
G = 36.21%
B = 34.82%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#BCEBE2 (or 0xBCEBE2) is known color: Water Leaf. HEX triplet: BC, EB and E2. RGB value is (188,235,226). Sum of RGB (Red+Green+Blue) = 188+235+226=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBE2 is #43141D. Grayscale: #DBDBDB. Windows color (decimal): -4396062 or 14871484. OLE color: 14871484.

HSL color Cylindrical-coordinate representation of color #BCEBE2: hue angle of 168.51º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBE2 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 226 -
CMYK 0.2 0 0.04 0.08
HSL 168.51º 0.54% 0.83% -
HSV(B) 168.51º 0.2% 0.92% -
XYZ 64.17 75.6 83.16 -
YUV 219.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 188 235 226 0.2 0 0.04 0.08 168.51 0.54 0.83
Hex BC EB E2 14 0 4 8 A9 36 53
Octal 274 353 342 24 0 4 10 251 66 123
Binary 10111100 11101011 11100010 10100 0 100 1000 10101001 110110 1010011

Color Harmonies of #BCEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBE2

Black with #BCEBE2

Text Example


Text Example

White with #BCEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBE2; }

 p { color: rgb(188,235,226); }

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

background-color css

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

 a { background-color: rgb(188,235,226); }

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

border-color css

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

 span { border-color: rgb(188,235,226); }

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