Html Css Color HEX #BBEFE3 Water Leaf

📋 copy color: '#BBEFE3'

red 187 ◦ green 239 ◦ blue 227

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

Shades of Water Leaf #BBEFE3

Tints of Water Leaf #BBEFE3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.6%

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

R = 28.64%
G = 36.6%
B = 34.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#BBEFE3 (or 0xBBEFE3) is known color: Water Leaf. HEX triplet: BB, EF and E3. RGB value is (187,239,227). Sum of RGB (Red+Green+Blue) = 187+239+227=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFE3 is #44101C. Grayscale: #DEDEDE. Windows color (decimal): -4460573 or 14938043. OLE color: 14938043.

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

Color convert

RGB 187 239 227 -
CMYK 0.22 0 0.05 0.06
HSL 166.15º 0.62% 0.84% -
HSV(B) 166.15º 0.22% 0.94% -
XYZ 65.23 77.84 84.26 -
YUV 222.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 187 239 227 0.22 0 0.05 0.06 166.15 0.62 0.84
Hex BB EF E3 16 0 5 6 A6 3E 54
Octal 273 357 343 26 0 5 6 246 76 124
Binary 10111011 11101111 11100011 10110 0 101 110 10100110 111110 1010100

Color Harmonies of #BBEFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFE3

Black with #BBEFE3

Text Example


Text Example

White with #BBEFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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