#BDFCC0

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

Shades of Fringy Flower #BDFCC0

Tints of Fringy Flower #BDFCC0

Color information

#BDFCC0 (or 0xBDFCC0) is unknown color: approx Fringy Flower. HEX triplet: BD, FC and C0. RGB value is (189,252,192). Sum of RGB (Red+Green+Blue) = 189+252+192=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCC0 is #42033F. Grayscale: #E2E2E2. Windows color (decimal): -4326208 or 12647613. OLE color: 12647613.

HSL color Cylindrical-coordinate representation of color #BDFCC0: hue angle of 122.86º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCC0 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB189252192-
CMYK0.2500.240.01
HSL122.86º91.3%86.47%-
HSV(B)122.86º25%98.82%-
XYZ65.3184.2562.69-
YUV226.32108.63101.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 192 (75.39% from 255) = 30.33%
R=29.86%
G=39.81%
B=30.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892521920.2500.240.01122.8691.386.47
HexBDFCC01901817b5b56
Octal275374300310301173133126
Binary101111011111110011000000110010110001111101110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFCC0; }

 p { color: rgb(189,252,192); }

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

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

 a { background-color: rgb(189,252,192); }

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

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

 span { border-color: rgb(189,252,192); }

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