Html Css Color HEX #BCEEE6 Water Leaf

📋 copy color: '#BCEEE6'

red 188 ◦ green 238 ◦ blue 230

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

Shades of Water Leaf #BCEEE6

Tints of Water Leaf #BCEEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.06%

R = 28.66%
G = 36.28%
B = 35.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#BCEEE6 (or 0xBCEEE6) is known color: Water Leaf. HEX triplet: BC, EE and E6. RGB value is (188,238,230). Sum of RGB (Red+Green+Blue) = 188+238+230=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 238 (93.36% from 255 or 36.28% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEE6 is #431119. Grayscale: #DEDEDE. Windows color (decimal): -4395290 or 15134396. OLE color: 15134396.

HSL color Cylindrical-coordinate representation of color #BCEEE6: hue angle of 170.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 #BCEEE6 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 238 230 -
CMYK 0.21 0 0.03 0.07
HSL 170.4º 0.6% 0.84% -
HSV(B) 170.4º 0.21% 0.93% -
XYZ 65.6 77.55 86.37 -
YUV 222.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 188 238 230 0.21 0 0.03 0.07 170.4 0.6 0.84
Hex BC EE E6 15 0 3 7 AA 3C 54
Octal 274 356 346 25 0 3 7 252 74 124
Binary 10111100 11101110 11100110 10101 0 11 111 10101010 111100 1010100

Color Harmonies of #BCEEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEE6

Black with #BCEEE6

Text Example


Text Example

White with #BCEEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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