#BDF0C1

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

Shades of Fringy Flower #BDF0C1

Tints of Fringy Flower #BDF0C1

Color information

#BDF0C1 (or 0xBDF0C1) is unknown color: approx Fringy Flower. HEX triplet: BD, F0 and C1. RGB value is (189,240,193). Sum of RGB (Red+Green+Blue) = 189+240+193=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C1 is #420F3E. Grayscale: #DBDBDB. Windows color (decimal): -4329279 or 12710077. OLE color: 12710077.

HSL color Cylindrical-coordinate representation of color #BDF0C1: hue angle of 124.71º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0C1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB189240193-
CMYK0.2100.200.06
HSL124.71º62.96%84.12%-
HSV(B)124.71º21.25%94.12%-
XYZ61.7776.9962.06-
YUV219.39113.1106.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.39%
GREEN value IS 240 (94.14% from 255) = 38.59%
BLUE value IS 193 (75.78% from 255) = 31.03%
R=30.39%
G=38.59%
B=31.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401930.2100.200.06124.7162.9684.12
HexBDF0C11501467d3f54
Octal27536030125024617577124
Binary1011110111110000110000011010101010011011111011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0C1; }

 p { color: rgb(189,240,193); }

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

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

 a { background-color: rgb(189,240,193); }

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

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

 span { border-color: rgb(189,240,193); }

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