Html Css Color HEX #BBFBE1 Water Leaf

📋 copy color: '#BBFBE1'

red 187 ◦ green 251 ◦ blue 225

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

Shades of Water Leaf #BBFBE1

Tints of Water Leaf #BBFBE1

RGB

 RED value IS 187 (73.44% from 255) = 28.21%

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

 BLUE value IS 225 (88.28% from 255) = 33.94%

R = 28.21%
G = 37.86%
B = 33.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#BBFBE1 (or 0xBBFBE1) is known color: Water Leaf. HEX triplet: BB, FB and E1. RGB value is (187,251,225). Sum of RGB (Red+Green+Blue) = 187+251+225=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 225 (88.28% from 255 or 33.94% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBE1 is #44041E. Grayscale: #E4E4E4. Windows color (decimal): -4457503 or 14810043. OLE color: 14810043.

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

Color convert

RGB 187 251 225 -
CMYK 0.25 0 0.10 0.02
HSL 155.63º 0.89% 0.86% -
HSV(B) 155.63º 0.25% 0.98% -
XYZ 68.58 85 84.03 -
YUV 228.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 187 251 225 0.25 0 0.10 0.02 155.63 0.89 0.86
Hex BB FB E1 19 0 A 2 9C 59 56
Octal 273 373 341 31 0 12 2 234 131 126
Binary 10111011 11111011 11100001 11001 0 1010 10 10011100 1011001 1010110

Color Harmonies of #BBFBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBE1

Black with #BBFBE1

Text Example


Text Example

White with #BBFBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBE1; }

 p { color: rgb(187,251,225); }

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

background-color css

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

 a { background-color: rgb(187,251,225); }

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

border-color css

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

 span { border-color: rgb(187,251,225); }

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