Html Css Color HEX #BCFBEC Water Leaf

📋 copy color: '#BCFBEC'

red 188 ◦ green 251 ◦ blue 236

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

Shades of Water Leaf #BCFBEC

Tints of Water Leaf #BCFBEC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.19%

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 27.85%
G = 37.19%
B = 34.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BCFBEC (or 0xBCFBEC) is known color: Water Leaf. HEX triplet: BC, FB and EC. RGB value is (188,251,236). Sum of RGB (Red+Green+Blue) = 188+251+236=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBEC is #430413. Grayscale: #E6E6E6. Windows color (decimal): -4391956 or 15530940. OLE color: 15530940.

HSL color Cylindrical-coordinate representation of color #BCFBEC: hue angle of 165.71º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 236 -
CMYK 0.25 0 0.06 0.02
HSL 165.71º 0.89% 0.86% -
HSV(B) 165.71º 0.25% 0.98% -
XYZ 70.38 85.74 92.2 -
YUV 230.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 188 251 236 0.25 0 0.06 0.02 165.71 0.89 0.86
Hex BC FB EC 19 0 6 2 A6 59 56
Octal 274 373 354 31 0 6 2 246 131 126
Binary 10111100 11111011 11101100 11001 0 110 10 10100110 1011001 1010110

Color Harmonies of #BCFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBEC

Black with #BCFBEC

Text Example


Text Example

White with #BCFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBEC; }

 p { color: rgb(188,251,236); }

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

background-color css

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

 a { background-color: rgb(188,251,236); }

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

border-color css

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

 span { border-color: rgb(188,251,236); }

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