Html Css Color HEX #BBF8BD Fringy Flower

📋 copy color: '#BBF8BD'

red 187 ◦ green 248 ◦ blue 189

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

Shades of Fringy Flower #BBF8BD

Tints of Fringy Flower #BBF8BD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 39.74%

 BLUE value IS 189 (74.22% from 255) = 30.29%

R = 29.97%
G = 39.74%
B = 30.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#BBF8BD (or 0xBBF8BD) is known color: Fringy Flower. HEX triplet: BB, F8 and BD. RGB value is (187,248,189). Sum of RGB (Red+Green+Blue) = 187+248+189=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8BD is #440742. Grayscale: #DFDFDF. Windows color (decimal): -4458307 or 12449979. OLE color: 12449979.

HSL color Cylindrical-coordinate representation of color #BBF8BD: hue angle of 121.97º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8BD is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 189 -
CMYK 0.25 0 0.24 0.03
HSL 121.97º 0.81% 0.85% -
HSV(B) 121.97º 0.25% 0.97% -
XYZ 63.25 81.37 60.52 -
YUV 223.04 108.79 102.3 -
System Red Green Blue C M Y K H S L
Decimal 187 248 189 0.25 0 0.24 0.03 121.97 0.81 0.85
Hex BB F8 BD 19 0 18 3 7A 51 55
Octal 273 370 275 31 0 30 3 172 121 125
Binary 10111011 11111000 10111101 11001 0 11000 11 1111010 1010001 1010101

Color Harmonies of #BBF8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8BD

Black with #BBF8BD

Text Example


Text Example

White with #BBF8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8BD; }

 p { color: rgb(187,248,189); }

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

background-color css

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

 a { background-color: rgb(187,248,189); }

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

border-color css

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

 span { border-color: rgb(187,248,189); }

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