Html Css Color HEX #B2F4BD Fringy Flower

📋 copy color: '#B2F4BD'

red 178 ◦ green 244 ◦ blue 189

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

Shades of Fringy Flower #B2F4BD

Tints of Fringy Flower #B2F4BD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 39.93%

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

R = 29.13%
G = 39.93%
B = 30.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#B2F4BD (or 0xB2F4BD) is known color: Fringy Flower. HEX triplet: B2, F4 and BD. RGB value is (178,244,189). Sum of RGB (Red+Green+Blue) = 178+244+189=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F4BD is #4D0B42. Grayscale: #DADADA. Windows color (decimal): -5049155 or 12448946. OLE color: 12448946.

HSL color Cylindrical-coordinate representation of color #B2F4BD: hue angle of 130º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F4BD is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 244 189 -
CMYK 0.27 0 0.23 0.04
HSL 130º 0.75% 0.83% -
HSV(B) 130º 0.27% 0.96% -
XYZ 59.9 77.84 60.01 -
YUV 218 111.63 99.47 -
System Red Green Blue C M Y K H S L
Decimal 178 244 189 0.27 0 0.23 0.04 130 0.75 0.83
Hex B2 F4 BD 1B 0 17 4 82 4B 53
Octal 262 364 275 33 0 27 4 202 113 123
Binary 10110010 11110100 10111101 11011 0 10111 100 10000010 1001011 1010011

Color Harmonies of #B2F4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F4BD

Black with #B2F4BD

Text Example


Text Example

White with #B2F4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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