Html Css Color HEX #BCFBEB Water Leaf

📋 copy color: '#BCFBEB'

red 188 ◦ green 251 ◦ blue 235

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

Shades of Water Leaf #BCFBEB

Tints of Water Leaf #BCFBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.87%

R = 27.89%
G = 37.24%
B = 34.87%

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

#BCFBEB (or 0xBCFBEB) is known color: Water Leaf. HEX triplet: BC, FB and EB. RGB value is (188,251,235). Sum of RGB (Red+Green+Blue) = 188+251+235=674 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.89% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBEB is #430414. Grayscale: #E6E6E6. Windows color (decimal): -4391957 or 15465404. OLE color: 15465404.

HSL color Cylindrical-coordinate representation of color #BCFBEB: hue angle of 164.76º 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 #BCFBEB is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 251 235 -
CMYK 0.25 0 0.06 0.02
HSL 164.76º 0.89% 0.86% -
HSV(B) 164.76º 0.25% 0.98% -
XYZ 70.23 85.68 91.43 -
YUV 230.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 188 251 235 0.25 0 0.06 0.02 164.76 0.89 0.86
Hex BC FB EB 19 0 6 2 A5 59 56
Octal 274 373 353 31 0 6 2 245 131 126
Binary 10111100 11111011 11101011 11001 0 110 10 10100101 1011001 1010110

Color Harmonies of #BCFBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBEB

Black with #BCFBEB

Text Example


Text Example

White with #BCFBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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