#BDF1C2

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

Shades of Fringy Flower #BDF1C2

Tints of Fringy Flower #BDF1C2

Color information

#BDF1C2 (or 0xBDF1C2) is unknown color: approx Fringy Flower. HEX triplet: BD, F1 and C2. RGB value is (189,241,194). Sum of RGB (Red+Green+Blue) = 189+241+194=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1C2 is #420E3D. Grayscale: #DCDCDC. Windows color (decimal): -4329022 or 12775869. OLE color: 12775869.

HSL color Cylindrical-coordinate representation of color #BDF1C2: hue angle of 125.77º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF1C2 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB189241194-
CMYK0.2200.200.05
HSL125.77º65%84.31%-
HSV(B)125.77º21.58%94.51%-
XYZ62.1877.6262.74-
YUV220.09113.27105.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 241 (94.53% from 255) = 38.62%
BLUE value IS 194 (76.17% from 255) = 31.09%
R=30.29%
G=38.62%
B=31.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892411940.2200.200.05125.776584.31
HexBDF1C21601457e4154
Octal275361302260245176101124
Binary10111101111100011100001010110010100101111111010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1C2; }

 p { color: rgb(189,241,194); }

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

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

 a { background-color: rgb(189,241,194); }

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

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

 span { border-color: rgb(189,241,194); }

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