Html Css Color HEX #BCEEE8 Water Leaf

📋 copy color: '#BCEEE8'

red 188 ◦ green 238 ◦ blue 232

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

Shades of Water Leaf #BCEEE8

Tints of Water Leaf #BCEEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.26%

R = 28.57%
G = 36.17%
B = 35.26%

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

#BCEEE8 (or 0xBCEEE8) is known color: Water Leaf. HEX triplet: BC, EE and E8. RGB value is (188,238,232). Sum of RGB (Red+Green+Blue) = 188+238+232=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEE8 is #431117. Grayscale: #DEDEDE. Windows color (decimal): -4395288 or 15265468. OLE color: 15265468.

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

Color convert

RGB 188 238 232 -
CMYK 0.21 0 0.03 0.07
HSL 172.8º 0.6% 0.84% -
HSV(B) 172.8º 0.21% 0.93% -
XYZ 65.88 77.67 87.86 -
YUV 222.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 188 238 232 0.21 0 0.03 0.07 172.8 0.6 0.84
Hex BC EE E8 15 0 3 7 AD 3C 54
Octal 274 356 350 25 0 3 7 255 74 124
Binary 10111100 11101110 11101000 10101 0 11 111 10101101 111100 1010100

Color Harmonies of #BCEEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEE8

Black with #BCEEE8

Text Example


Text Example

White with #BCEEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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