Html Css Color HEX #BBF8BC Fringy Flower

📋 copy color: '#BBF8BC'

red 187 ◦ green 248 ◦ blue 188

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

Shades of Fringy Flower #BBF8BC

Tints of Fringy Flower #BBF8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.18%

R = 30.02%
G = 39.81%
B = 30.18%

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

#BBF8BC (or 0xBBF8BC) is known color: Fringy Flower. HEX triplet: BB, F8 and BC. RGB value is (187,248,188). Sum of RGB (Red+Green+Blue) = 187+248+188=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 188 (73.83% from 255 or 30.18% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8BC is #440743. Grayscale: #DFDFDF. Windows color (decimal): -4458308 or 12384443. OLE color: 12384443.

HSL color Cylindrical-coordinate representation of color #BBF8BC: hue angle of 120.98º 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 #BBF8BC is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 188 -
CMYK 0.25 0 0.24 0.03
HSL 120.98º 0.81% 0.85% -
HSV(B) 120.98º 0.25% 0.97% -
XYZ 63.14 81.33 59.95 -
YUV 222.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 187 248 188 0.25 0 0.24 0.03 120.98 0.81 0.85
Hex BB F8 BC 19 0 18 3 79 51 55
Octal 273 370 274 31 0 30 3 171 121 125
Binary 10111011 11111000 10111100 11001 0 11000 11 1111001 1010001 1010101

Color Harmonies of #BBF8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8BC

Black with #BBF8BC

Text Example


Text Example

White with #BBF8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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