Html Css Color HEX #BCFBE7 Water Leaf

📋 copy color: '#BCFBE7'

red 188 ◦ green 251 ◦ blue 231

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

Shades of Water Leaf #BCFBE7

Tints of Water Leaf #BCFBE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.48%

R = 28.06%
G = 37.46%
B = 34.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#BCFBE7 (or 0xBCFBE7) is known color: Water Leaf. HEX triplet: BC, FB and E7. RGB value is (188,251,231). Sum of RGB (Red+Green+Blue) = 188+251+231=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBE7 is #430418. Grayscale: #E5E5E5. Windows color (decimal): -4391961 or 15203260. OLE color: 15203260.

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

Color convert

RGB 188 251 231 -
CMYK 0.25 0 0.08 0.02
HSL 160.95º 0.89% 0.86% -
HSV(B) 160.95º 0.25% 0.98% -
XYZ 69.66 85.46 88.42 -
YUV 229.88 128.63 98.13 -
System Red Green Blue C M Y K H S L
Decimal 188 251 231 0.25 0 0.08 0.02 160.95 0.89 0.86
Hex BC FB E7 19 0 8 2 A1 59 56
Octal 274 373 347 31 0 10 2 241 131 126
Binary 10111100 11111011 11100111 11001 0 1000 10 10100001 1011001 1010110

Color Harmonies of #BCFBE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFBE7

Black with #BCFBE7

Text Example


Text Example

White with #BCFBE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFBE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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