Html Css Color HEX #BCFBE9 Water Leaf

📋 copy color: '#BCFBE9'

red 188 ◦ green 251 ◦ blue 233

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

Shades of Water Leaf #BCFBE9

Tints of Water Leaf #BCFBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 34.67%

R = 27.98%
G = 37.35%
B = 34.67%

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

#BCFBE9 (or 0xBCFBE9) is known color: Water Leaf. HEX triplet: BC, FB and E9. RGB value is (188,251,233). Sum of RGB (Red+Green+Blue) = 188+251+233=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 233 (91.41% from 255 or 34.67% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBE9 is #430416. Grayscale: #E6E6E6. Windows color (decimal): -4391959 or 15334332. OLE color: 15334332.

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

Color convert

RGB 188 251 233 -
CMYK 0.25 0 0.07 0.02
HSL 162.86º 0.89% 0.86% -
HSV(B) 162.86º 0.25% 0.98% -
XYZ 69.94 85.57 89.92 -
YUV 230.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 188 251 233 0.25 0 0.07 0.02 162.86 0.89 0.86
Hex BC FB E9 19 0 7 2 A3 59 56
Octal 274 373 351 31 0 7 2 243 131 126
Binary 10111100 11111011 11101001 11001 0 111 10 10100011 1011001 1010110

Color Harmonies of #BCFBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBE9

Black with #BCFBE9

Text Example


Text Example

White with #BCFBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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