Html Css Color HEX #BCFBEA Water Leaf

📋 copy color: '#BCFBEA'

red 188 ◦ green 251 ◦ blue 234

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

Shades of Water Leaf #BCFBEA

Tints of Water Leaf #BCFBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 34.77%

R = 27.93%
G = 37.3%
B = 34.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#BCFBEA (or 0xBCFBEA) is known color: Water Leaf. HEX triplet: BC, FB and EA. RGB value is (188,251,234). Sum of RGB (Red+Green+Blue) = 188+251+234=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBEA is #430415. Grayscale: #E6E6E6. Windows color (decimal): -4391958 or 15399868. OLE color: 15399868.

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

Color convert

RGB 188 251 234 -
CMYK 0.25 0 0.07 0.02
HSL 163.81º 0.89% 0.86% -
HSV(B) 163.81º 0.25% 0.98% -
XYZ 70.09 85.63 90.68 -
YUV 230.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 188 251 234 0.25 0 0.07 0.02 163.81 0.89 0.86
Hex BC FB EA 19 0 7 2 A4 59 56
Octal 274 373 352 31 0 7 2 244 131 126
Binary 10111100 11111011 11101010 11001 0 111 10 10100100 1011001 1010110

Color Harmonies of #BCFBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBEA

Black with #BCFBEA

Text Example


Text Example

White with #BCFBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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