#BDF0C2

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

Shades of Fringy Flower #BDF0C2

Tints of Fringy Flower #BDF0C2

Color information

#BDF0C2 (or 0xBDF0C2) is unknown color: approx Fringy Flower. HEX triplet: BD, F0 and C2. RGB value is (189,240,194). Sum of RGB (Red+Green+Blue) = 189+240+194=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C2 is #420F3D. Grayscale: #DBDBDB. Windows color (decimal): -4329278 or 12775613. OLE color: 12775613.

HSL color Cylindrical-coordinate representation of color #BDF0C2: hue angle of 125.88º 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 #BDF0C2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB189240194-
CMYK0.2100.190.06
HSL125.88º62.96%84.12%-
HSV(B)125.88º21.25%94.12%-
XYZ61.8877.0362.65-
YUV219.51113.6106.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 240 (94.14% from 255) = 38.52%
BLUE value IS 194 (76.17% from 255) = 31.14%
R=30.34%
G=38.52%
B=31.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892401940.2100.190.06125.8862.9684.12
HexBDF0C21501367e3f54
Octal27536030225023617677124
Binary1011110111110000110000101010101001111011111101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF0C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF0C2; }

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

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

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

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

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

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

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

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