#B4EFC3

Color #B4EFC3 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B4EFC3

Tints of Fringy Flower #B4EFC3

Color information

#B4EFC3 (or 0xB4EFC3) is unknown color: approx Fringy Flower. HEX triplet: B4, EF and C3. RGB value is (180,239,195). Sum of RGB (Red+Green+Blue) = 180+239+195=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFC3 is #4B103C. Grayscale: #D8D8D8. Windows color (decimal): -4919357 or 12840884. OLE color: 12840884.

HSL color Cylindrical-coordinate representation of color #B4EFC3: hue angle of 135.25º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFC3 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB180239195-
CMYK0.2500.180.06
HSL135.25º64.84%82.16%-
HSV(B)135.25º24.69%93.73%-
XYZ59.5475.3863.04-
YUV216.34115.95102.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.32%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 195 (76.56% from 255) = 31.76%
R=29.32%
G=38.93%
B=31.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802391950.2500.180.06135.2564.8482.16
HexB4EFC3190126874152
Octal264357303310226207101122
Binary101101001110111111000011110010100101101000011110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFC3; }

 p { color: rgb(180,239,195); }

 H1.HeaderClassName
 {
   color: #B4EFC3;
 }
 .AnyTagClassName
 {
   color: #B4EFC3;
 }
</style>
background-color css

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

 a { background-color: rgb(180,239,195); }

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

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

 span { border-color: rgb(180,239,195); }

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