Html Css Color HEX #BBFBBC Fringy Flower

📋 copy color: '#BBFBBC'

red 187 ◦ green 251 ◦ blue 188

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

Shades of Fringy Flower #BBFBBC

Tints of Fringy Flower #BBFBBC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 40.1%

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

R = 29.87%
G = 40.1%
B = 30.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#BBFBBC (or 0xBBFBBC) is known color: Fringy Flower. HEX triplet: BB, FB and BC. RGB value is (187,251,188). Sum of RGB (Red+Green+Blue) = 187+251+188=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBBC is #440443. Grayscale: #E0E0E0. Windows color (decimal): -4457540 or 12385211. OLE color: 12385211.

HSL color Cylindrical-coordinate representation of color #BBFBBC: hue angle of 120.94º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBBC is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 251 188 -
CMYK 0.25 0 0.25 0.02
HSL 120.94º 0.89% 0.86% -
HSV(B) 120.94º 0.25% 0.98% -
XYZ 64.07 83.19 60.26 -
YUV 224.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 187 251 188 0.25 0 0.25 0.02 120.94 0.89 0.86
Hex BB FB BC 19 0 19 2 79 59 56
Octal 273 373 274 31 0 31 2 171 131 126
Binary 10111011 11111011 10111100 11001 0 11001 10 1111001 1011001 1010110

Color Harmonies of #BBFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBBC

Black with #BBFBBC

Text Example


Text Example

White with #BBFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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