Html Css Color HEX #B2F8BD Fringy Flower

📋 copy color: '#B2F8BD'

red 178 ◦ green 248 ◦ blue 189

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

Shades of Fringy Flower #B2F8BD

Tints of Fringy Flower #B2F8BD

RGB

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

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

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

R = 28.94%
G = 40.33%
B = 30.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#B2F8BD (or 0xB2F8BD) is known color: Fringy Flower. HEX triplet: B2, F8 and BD. RGB value is (178,248,189). Sum of RGB (Red+Green+Blue) = 178+248+189=615 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.94% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F8BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F8BD is #4D0742. Grayscale: #DCDCDC. Windows color (decimal): -5048131 or 12449970. OLE color: 12449970.

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

Color convert

RGB 178 248 189 -
CMYK 0.28 0 0.24 0.03
HSL 129.43º 0.83% 0.84% -
HSV(B) 129.43º 0.28% 0.97% -
XYZ 61.11 80.27 60.42 -
YUV 220.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 178 248 189 0.28 0 0.24 0.03 129.43 0.83 0.84
Hex B2 F8 BD 1C 0 18 3 81 53 54
Octal 262 370 275 34 0 30 3 201 123 124
Binary 10110010 11111000 10111101 11100 0 11000 11 10000001 1010011 1010100

Color Harmonies of #B2F8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F8BD

Black with #B2F8BD

Text Example


Text Example

White with #B2F8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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