Html Css Color HEX #B2FBBB Fringy Flower

📋 copy color: '#B2FBBB'

red 178 ◦ green 251 ◦ blue 187

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

Shades of Fringy Flower #B2FBBB

Tints of Fringy Flower #B2FBBB

RGB

 RED value IS 178 (69.92% from 255) = 28.9%

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

 BLUE value IS 187 (73.44% from 255) = 30.36%

R = 28.9%
G = 40.75%
B = 30.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#B2FBBB (or 0xB2FBBB) is known color: Fringy Flower. HEX triplet: B2, FB and BB. RGB value is (178,251,187). Sum of RGB (Red+Green+Blue) = 178+251+187=616 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.90% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBBB is #4D0444. Grayscale: #DEDEDE. Windows color (decimal): -5047365 or 12319666. OLE color: 12319666.

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

Color convert

RGB 178 251 187 -
CMYK 0.29 0 0.25 0.02
HSL 127.4º 0.9% 0.84% -
HSV(B) 127.4º 0.29% 0.98% -
XYZ 61.83 82.05 59.59 -
YUV 221.88 108.32 96.7 -
System Red Green Blue C M Y K H S L
Decimal 178 251 187 0.29 0 0.25 0.02 127.4 0.9 0.84
Hex B2 FB BB 1D 0 19 2 7F 5A 54
Octal 262 373 273 35 0 31 2 177 132 124
Binary 10110010 11111011 10111011 11101 0 11001 10 1111111 1011010 1010100

Color Harmonies of #B2FBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FBBB

Black with #B2FBBB

Text Example


Text Example

White with #B2FBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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