Html Css Color HEX #BCEAE4 Water Leaf

📋 copy color: '#BCEAE4'

red 188 ◦ green 234 ◦ blue 228

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

Shades of Water Leaf #BCEAE4

Tints of Water Leaf #BCEAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.08%

R = 28.92%
G = 36%
B = 35.08%

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

#BCEAE4 (or 0xBCEAE4) is known color: Water Leaf. HEX triplet: BC, EA and E4. RGB value is (188,234,228). Sum of RGB (Red+Green+Blue) = 188+234+228=650 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.92% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEAE4 is #43151B. Grayscale: #DBDBDB. Windows color (decimal): -4396316 or 15002300. OLE color: 15002300.

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

Color convert

RGB 188 234 228 -
CMYK 0.20 0 0.03 0.08
HSL 172.17º 0.52% 0.83% -
HSV(B) 172.17º 0.2% 0.92% -
XYZ 64.17 75.14 84.52 -
YUV 219.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 188 234 228 0.20 0 0.03 0.08 172.17 0.52 0.83
Hex BC EA E4 14 0 3 8 AC 34 53
Octal 274 352 344 24 0 3 10 254 64 123
Binary 10111100 11101010 11100100 10100 0 11 1000 10101100 110100 1010011

Color Harmonies of #BCEAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEAE4

Black with #BCEAE4

Text Example


Text Example

White with #BCEAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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