#BDF7C1

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

Shades of Fringy Flower #BDF7C1

Tints of Fringy Flower #BDF7C1

Color information

#BDF7C1 (or 0xBDF7C1) is unknown color: approx Fringy Flower. HEX triplet: BD, F7 and C1. RGB value is (189,247,193). Sum of RGB (Red+Green+Blue) = 189+247+193=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7C1 is #42083E. Grayscale: #DFDFDF. Windows color (decimal): -4327487 or 12711869. OLE color: 12711869.

HSL color Cylindrical-coordinate representation of color #BDF7C1: hue angle of 124.14º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7C1 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB189247193-
CMYK0.2300.220.03
HSL124.14º78.38%85.49%-
HSV(B)124.14º23.48%96.86%-
XYZ63.8781.1962.76-
YUV223.5110.78103.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 247 (96.88% from 255) = 39.27%
BLUE value IS 193 (75.78% from 255) = 30.68%
R=30.05%
G=39.27%
B=30.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892471930.2300.220.03124.1478.3885.49
HexBDF7C11701637c4e55
Octal275367301270263174116125
Binary1011110111110111110000011011101011011111110010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7C1; }

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

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

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

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

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

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

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

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