Html Css Color HEX #BCEAE2 Water Leaf

📋 copy color: '#BCEAE2'

red 188 ◦ green 234 ◦ blue 226

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

Shades of Water Leaf #BCEAE2

Tints of Water Leaf #BCEAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.11%

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

R = 29.01%
G = 36.11%
B = 34.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#BCEAE2 (or 0xBCEAE2) is known color: Water Leaf. HEX triplet: BC, EA and E2. RGB value is (188,234,226). Sum of RGB (Red+Green+Blue) = 188+234+226=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAE2 is #43151D. Grayscale: #DBDBDB. Windows color (decimal): -4396318 or 14871228. OLE color: 14871228.

HSL color Cylindrical-coordinate representation of color #BCEAE2: hue angle of 169.57º degrees, saturation: 0.52, 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 #BCEAE2 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 226 -
CMYK 0.20 0 0.03 0.08
HSL 169.57º 0.52% 0.83% -
HSV(B) 169.57º 0.2% 0.92% -
XYZ 63.89 75.03 83.07 -
YUV 219.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 188 234 226 0.20 0 0.03 0.08 169.57 0.52 0.83
Hex BC EA E2 14 0 3 8 AA 34 53
Octal 274 352 342 24 0 3 10 252 64 123
Binary 10111100 11101010 11100010 10100 0 11 1000 10101010 110100 1010011

Color Harmonies of #BCEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAE2

Black with #BCEAE2

Text Example


Text Example

White with #BCEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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