#BDFDCB

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

Shades of Granny Apple #BDFDCB

Tints of Granny Apple #BDFDCB

Color information

#BDFDCB (or 0xBDFDCB) is unknown color: approx Granny Apple. HEX triplet: BD, FD and CB. RGB value is (189,253,203). Sum of RGB (Red+Green+Blue) = 189+253+203=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFDCB is #420234. Grayscale: #E4E4E4. Windows color (decimal): -4325941 or 13368765. OLE color: 13368765.

HSL color Cylindrical-coordinate representation of color #BDFDCB: hue angle of 133.12º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDCB is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB189253203-
CMYK0.2500.200.01
HSL133.12º94.12%86.67%-
HSV(B)133.12º25.3%99.22%-
XYZ66.8985.3869.45-
YUV228.16113.8100.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 203 (79.69% from 255) = 31.47%
R=29.30%
G=39.22%
B=31.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532030.2500.200.01133.1294.1286.67
HexBDFDCB190141855e57
Octal275375313310241205136127
Binary1011110111111101110010111100101010011000010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDCB; }

 p { color: rgb(189,253,203); }

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

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

 a { background-color: rgb(189,253,203); }

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

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

 span { border-color: rgb(189,253,203); }

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