Html Css Color HEX #BCEFE8 Water Leaf

📋 copy color: '#BCEFE8'

red 188 ◦ green 239 ◦ blue 232

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

Shades of Water Leaf #BCEFE8

Tints of Water Leaf #BCEFE8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.27%

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

R = 28.53%
G = 36.27%
B = 35.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#BCEFE8 (or 0xBCEFE8) is known color: Water Leaf. HEX triplet: BC, EF and E8. RGB value is (188,239,232). Sum of RGB (Red+Green+Blue) = 188+239+232=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEFE8 is #431017. Grayscale: #DEDEDE. Windows color (decimal): -4395032 or 15265724. OLE color: 15265724.

HSL color Cylindrical-coordinate representation of color #BCEFE8: hue angle of 171.76º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFE8 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 239 232 -
CMYK 0.21 0 0.03 0.06
HSL 171.76º 0.61% 0.84% -
HSV(B) 171.76º 0.21% 0.94% -
XYZ 66.17 78.25 87.96 -
YUV 222.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 188 239 232 0.21 0 0.03 0.06 171.76 0.61 0.84
Hex BC EF E8 15 0 3 6 AC 3D 54
Octal 274 357 350 25 0 3 6 254 75 124
Binary 10111100 11101111 11101000 10101 0 11 110 10101100 111101 1010100

Color Harmonies of #BCEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEFE8

Black with #BCEFE8

Text Example


Text Example

White with #BCEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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