Html Css Color HEX #BBF1E3 Water Leaf

📋 copy color: '#BBF1E3'

red 187 ◦ green 241 ◦ blue 227

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

Shades of Water Leaf #BBF1E3

Tints of Water Leaf #BBF1E3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.79%

 BLUE value IS 227 (89.06% from 255) = 34.66%

R = 28.55%
G = 36.79%
B = 34.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#BBF1E3 (or 0xBBF1E3) is known color: Water Leaf. HEX triplet: BB, F1 and E3. RGB value is (187,241,227). Sum of RGB (Red+Green+Blue) = 187+241+227=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 227 (89.06% from 255 or 34.66% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1E3 is #440E1C. Grayscale: #DFDFDF. Windows color (decimal): -4460061 or 14938555. OLE color: 14938555.

HSL color Cylindrical-coordinate representation of color #BBF1E3: hue angle of 164.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1E3 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 227 -
CMYK 0.22 0 0.06 0.05
HSL 164.44º 0.66% 0.84% -
HSV(B) 164.44º 0.22% 0.95% -
XYZ 65.81 79.02 84.46 -
YUV 223.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 187 241 227 0.22 0 0.06 0.05 164.44 0.66 0.84
Hex BB F1 E3 16 0 6 5 A4 42 54
Octal 273 361 343 26 0 6 5 244 102 124
Binary 10111011 11110001 11100011 10110 0 110 101 10100100 1000010 1010100

Color Harmonies of #BBF1E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1E3

Black with #BBF1E3

Text Example


Text Example

White with #BBF1E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1E3; }

 p { color: rgb(187,241,227); }

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

background-color css

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

 a { background-color: rgb(187,241,227); }

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

border-color css

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

 span { border-color: rgb(187,241,227); }

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