Html Css Color HEX #BCEEE1 Water Leaf

📋 copy color: '#BCEEE1'

red 188 ◦ green 238 ◦ blue 225

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

Shades of Water Leaf #BCEEE1

Tints of Water Leaf #BCEEE1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.56%

 BLUE value IS 225 (88.28% from 255) = 34.56%

R = 28.88%
G = 36.56%
B = 34.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#BCEEE1 (or 0xBCEEE1) is known color: Water Leaf. HEX triplet: BC, EE and E1. RGB value is (188,238,225). Sum of RGB (Red+Green+Blue) = 188+238+225=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEE1 is #43111E. Grayscale: #DDDDDD. Windows color (decimal): -4395295 or 14806716. OLE color: 14806716.

HSL color Cylindrical-coordinate representation of color #BCEEE1: hue angle of 164.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEE1 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 225 -
CMYK 0.21 0 0.05 0.07
HSL 164.4º 0.6% 0.84% -
HSV(B) 164.4º 0.21% 0.93% -
XYZ 64.9 77.28 82.73 -
YUV 221.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 188 238 225 0.21 0 0.05 0.07 164.4 0.6 0.84
Hex BC EE E1 15 0 5 7 A4 3C 54
Octal 274 356 341 25 0 5 7 244 74 124
Binary 10111100 11101110 11100001 10101 0 101 111 10100100 111100 1010100

Color Harmonies of #BCEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEE1

Black with #BCEEE1

Text Example


Text Example

White with #BCEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEE1; }

 p { color: rgb(188,238,225); }

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

background-color css

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

 a { background-color: rgb(188,238,225); }

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

border-color css

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

 span { border-color: rgb(188,238,225); }

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