Html Css Color HEX #BBFAE1 Water Leaf

📋 copy color: '#BBFAE1'

red 187 ◦ green 250 ◦ blue 225

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

Shades of Water Leaf #BBFAE1

Tints of Water Leaf #BBFAE1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.76%

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

R = 28.25%
G = 37.76%
B = 33.99%

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

#BBFAE1 (or 0xBBFAE1) is known color: Water Leaf. HEX triplet: BB, FA and E1. RGB value is (187,250,225). Sum of RGB (Red+Green+Blue) = 187+250+225=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 225 (88.28% from 255 or 33.99% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFAE1 is #44051E. Grayscale: #E4E4E4. Windows color (decimal): -4457759 or 14809787. OLE color: 14809787.

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

Color convert

RGB 187 250 225 -
CMYK 0.25 0 0.10 0.02
HSL 156.19º 0.86% 0.86% -
HSV(B) 156.19º 0.25% 0.98% -
XYZ 68.27 84.37 83.92 -
YUV 228.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 187 250 225 0.25 0 0.10 0.02 156.19 0.86 0.86
Hex BB FA E1 19 0 A 2 9C 56 56
Octal 273 372 341 31 0 12 2 234 126 126
Binary 10111011 11111010 11100001 11001 0 1010 10 10011100 1010110 1010110

Color Harmonies of #BBFAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAE1

Black with #BBFAE1

Text Example


Text Example

White with #BBFAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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