Html Css Color HEX #B4F1C4 Fringy Flower

📋 copy color: '#B4F1C4'

red 180 ◦ green 241 ◦ blue 196

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

Shades of Fringy Flower #B4F1C4

Tints of Fringy Flower #B4F1C4

RGB

 RED value IS 180 (70.7% from 255) = 29.17%

 GREEN value IS 241 (94.53% from 255) = 39.06%

 BLUE value IS 196 (76.95% from 255) = 31.77%

R = 29.17%
G = 39.06%
B = 31.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#B4F1C4 (or 0xB4F1C4) is known color: Fringy Flower. HEX triplet: B4, F1 and C4. RGB value is (180,241,196). Sum of RGB (Red+Green+Blue) = 180+241+196=617 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.17% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 196 (76.95% from 255 or 31.77% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1C4 is #4B0E3B. Grayscale: #D9D9D9. Windows color (decimal): -4918844 or 12906932. OLE color: 12906932.

HSL color Cylindrical-coordinate representation of color #B4F1C4: hue angle of 135.74º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F1C4 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 241 196 -
CMYK 0.25 0 0.19 0.05
HSL 135.74º 0.69% 0.83% -
HSV(B) 135.74º 0.25% 0.95% -
XYZ 60.24 76.6 63.83 -
YUV 217.63 115.79 101.16 -
System Red Green Blue C M Y K H S L
Decimal 180 241 196 0.25 0 0.19 0.05 135.74 0.69 0.83
Hex B4 F1 C4 19 0 13 5 88 45 53
Octal 264 361 304 31 0 23 5 210 105 123
Binary 10110100 11110001 11000100 11001 0 10011 101 10001000 1000101 1010011

Color Harmonies of #B4F1C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F1C4

Black with #B4F1C4

Text Example


Text Example

White with #B4F1C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F1C4; }

 p { color: rgb(180,241,196); }

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

background-color css

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

 a { background-color: rgb(180,241,196); }

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

border-color css

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

 span { border-color: rgb(180,241,196); }

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