Html Css Color HEX #B2FCBB Fringy Flower

📋 copy color: '#B2FCBB'

red 178 ◦ green 252 ◦ blue 187

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

Shades of Fringy Flower #B2FCBB

Tints of Fringy Flower #B2FCBB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.84%

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

R = 28.85%
G = 40.84%
B = 30.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#B2FCBB (or 0xB2FCBB) is known color: Fringy Flower. HEX triplet: B2, FC and BB. RGB value is (178,252,187). Sum of RGB (Red+Green+Blue) = 178+252+187=617 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.85% from 617); Green value is 252 (98.83% from 255 or 40.84% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCBB is #4D0344. Grayscale: #DEDEDE. Windows color (decimal): -5047109 or 12319922. OLE color: 12319922.

HSL color Cylindrical-coordinate representation of color #B2FCBB: hue angle of 127.3º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCBB is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 252 187 -
CMYK 0.29 0 0.26 0.01
HSL 127.3º 0.93% 0.84% -
HSV(B) 127.3º 0.29% 0.99% -
XYZ 62.14 82.67 59.7 -
YUV 222.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 178 252 187 0.29 0 0.26 0.01 127.3 0.93 0.84
Hex B2 FC BB 1D 0 1A 1 7F 5C 54
Octal 262 374 273 35 0 32 1 177 134 124
Binary 10110010 11111100 10111011 11101 0 11010 1 1111111 1011100 1010100

Color Harmonies of #B2FCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FCBB

Black with #B2FCBB

Text Example


Text Example

White with #B2FCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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