#B4FDC3

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

Shades of Fringy Flower #B4FDC3

Tints of Fringy Flower #B4FDC3

Color information

#B4FDC3 (or 0xB4FDC3) is unknown color: approx Fringy Flower. HEX triplet: B4, FD and C3. RGB value is (180,253,195). Sum of RGB (Red+Green+Blue) = 180+253+195=628 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.66% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 195 (76.56% from 255 or 31.05% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FDC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FDC3 is #4B023C. Grayscale: #E0E0E0. Windows color (decimal): -4915773 or 12844468. OLE color: 12844468.

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

Color convert

RGB180253195-
CMYK0.2900.230.01
HSL132.33º94.81%84.9%-
HSV(B)132.33º28.85%99.22%-
XYZ63.883.8964.46-
YUV224.56111.3296.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.66%
GREEN value IS 253 (99.22% from 255) = 40.29%
BLUE value IS 195 (76.56% from 255) = 31.05%
R=28.66%
G=40.29%
B=31.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802531950.2900.230.01132.3394.8184.9
HexB4FDC31D0171845f55
Octal264375303350271204137125
Binary1011010011111101110000111110101011111000010010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FDC3; }

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

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

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

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

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

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

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

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