#BDF1CF

Color #BDF1CF Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BDF1CF

Tints of Granny Apple #BDF1CF

Color information

#BDF1CF (or 0xBDF1CF) is unknown color: approx Granny Apple. HEX triplet: BD, F1 and CF. RGB value is (189,241,207). Sum of RGB (Red+Green+Blue) = 189+241+207=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 207 (81.25% from 255 or 32.50% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1CF is #420E30. Grayscale: #DDDDDD. Windows color (decimal): -4329009 or 13627837. OLE color: 13627837.

HSL color Cylindrical-coordinate representation of color #BDF1CF: hue angle of 140.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 #BDF1CF is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB189241207-
CMYK0.2200.140.05
HSL140.77º65%84.31%-
HSV(B)140.77º21.58%94.51%-
XYZ63.778.2370.77-
YUV221.58119.77104.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 207 (81.25% from 255) = 32.50%
R=29.67%
G=37.83%
B=32.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892412070.2200.140.05140.776584.31
HexBDF1CF160E58d4154
Octal275361317260165215101124
Binary10111101111100011100111110110011101011000110110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1CF; }

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

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

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

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

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

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

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

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