#BDDFCA

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

Shades of Granny Apple #BDDFCA

Tints of Granny Apple #BDDFCA

Color information

#BDDFCA (or 0xBDDFCA) is unknown color: approx Granny Apple. HEX triplet: BD, DF and CA. RGB value is (189,223,202). Sum of RGB (Red+Green+Blue) = 189+223+202=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFCA is #422035. Grayscale: #D2D2D2. Windows color (decimal): -4333622 or 13295549. OLE color: 13295549.

HSL color Cylindrical-coordinate representation of color #BDDFCA: hue angle of 142.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFCA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB189223202-
CMYK0.1500.090.13
HSL142.94º34.69%80.78%-
HSV(B)142.94º15.25%87.45%-
XYZ58.0367.8665.92-
YUV210.44123.24112.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=30.78%
G=36.32%
B=32.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892232020.1500.090.13142.9434.6980.78
HexBDDFCAF09D8f2351
Octal275337312170111521743121
Binary1011110111011111110010101111010011101100011111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDFCA; }

 p { color: rgb(189,223,202); }

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

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

 a { background-color: rgb(189,223,202); }

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

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

 span { border-color: rgb(189,223,202); }

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