#BDF4CF

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

Shades of Granny Apple #BDF4CF

Tints of Granny Apple #BDF4CF

Color information

#BDF4CF (or 0xBDF4CF) is unknown color: approx Granny Apple. HEX triplet: BD, F4 and CF. RGB value is (189,244,207). Sum of RGB (Red+Green+Blue) = 189+244+207=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF4CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF4CF is #420B30. Grayscale: #DFDFDF. Windows color (decimal): -4328241 or 13628605. OLE color: 13628605.

HSL color Cylindrical-coordinate representation of color #BDF4CF: hue angle of 139.64º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF4CF is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB189244207-
CMYK0.2300.150.04
HSL139.64º71.43%84.9%-
HSV(B)139.64º22.54%95.69%-
XYZ64.680.0371.07-
YUV223.34118.78103.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 244 (95.70% from 255) = 38.12%
BLUE value IS 207 (81.25% from 255) = 32.34%
R=29.53%
G=38.12%
B=32.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892442070.2300.150.04139.6471.4384.9
HexBDF4CF170F48c4755
Octal275364317270174214107125
Binary10111101111101001100111110111011111001000110010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF4CF; }

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

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

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

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

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

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

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

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