Html Css Color HEX #BBF1B8 Fringy Flower

📋 copy color: '#BBF1B8'

red 187 ◦ green 241 ◦ blue 184

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

Shades of Fringy Flower #BBF1B8

Tints of Fringy Flower #BBF1B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 30.07%

R = 30.56%
G = 39.38%
B = 30.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#BBF1B8 (or 0xBBF1B8) is known color: Fringy Flower. HEX triplet: BB, F1 and B8. RGB value is (187,241,184). Sum of RGB (Red+Green+Blue) = 187+241+184=612 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.56% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 184 (72.27% from 255 or 30.07% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1B8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1B8 is #440E47. Grayscale: #DADADA. Windows color (decimal): -4460104 or 12120507. OLE color: 12120507.

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

Color convert

RGB 187 241 184 -
CMYK 0.22 0 0.24 0.05
HSL 116.84º 0.67% 0.83% -
HSV(B) 116.84º 0.24% 0.95% -
XYZ 60.6 76.94 57 -
YUV 218.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 187 241 184 0.22 0 0.24 0.05 116.84 0.67 0.83
Hex BB F1 B8 16 0 18 5 75 43 53
Octal 273 361 270 26 0 30 5 165 103 123
Binary 10111011 11110001 10111000 10110 0 11000 101 1110101 1000011 1010011

Color Harmonies of #BBF1B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1B8

Black with #BBF1B8

Text Example


Text Example

White with #BBF1B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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