Html Css Color HEX #BBEABF Fringy Flower

📋 copy color: '#BBEABF'

red 187 ◦ green 234 ◦ blue 191

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

Shades of Fringy Flower #BBEABF

Tints of Fringy Flower #BBEABF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.24%

 BLUE value IS 191 (75% from 255) = 31.21%

R = 30.56%
G = 38.24%
B = 31.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#BBEABF (or 0xBBEABF) is known color: Fringy Flower. HEX triplet: BB, EA and BF. RGB value is (187,234,191). Sum of RGB (Red+Green+Blue) = 187+234+191=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 234 (91.80% from 255 or 38.24% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEABF is #441540. Grayscale: #D7D7D7. Windows color (decimal): -4461889 or 12577467. OLE color: 12577467.

HSL color Cylindrical-coordinate representation of color #BBEABF: hue angle of 125.11º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEABF is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 191 -
CMYK 0.20 0 0.18 0.08
HSL 125.11º 0.53% 0.83% -
HSV(B) 125.11º 0.2% 0.92% -
XYZ 59.32 73.17 60.29 -
YUV 215.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 187 234 191 0.20 0 0.18 0.08 125.11 0.53 0.83
Hex BB EA BF 14 0 12 8 7D 35 53
Octal 273 352 277 24 0 22 10 175 65 123
Binary 10111011 11101010 10111111 10100 0 10010 1000 1111101 110101 1010011

Color Harmonies of #BBEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEABF

Black with #BBEABF

Text Example


Text Example

White with #BBEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEABF; }

 p { color: rgb(187,234,191); }

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

background-color css

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

 a { background-color: rgb(187,234,191); }

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

border-color css

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

 span { border-color: rgb(187,234,191); }

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