#BDFBCD

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

Shades of Granny Apple #BDFBCD

Tints of Granny Apple #BDFBCD

Color information

#BDFBCD (or 0xBDFBCD) is unknown color: approx Granny Apple. HEX triplet: BD, FB and CD. RGB value is (189,251,205). Sum of RGB (Red+Green+Blue) = 189+251+205=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBCD is #420432. Grayscale: #E3E3E3. Windows color (decimal): -4326451 or 13499325. OLE color: 13499325.

HSL color Cylindrical-coordinate representation of color #BDFBCD: hue angle of 135.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBCD is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB189251205-
CMYK0.2500.180.02
HSL135.48º88.57%86.27%-
HSV(B)135.48º24.7%98.43%-
XYZ66.584.2270.51-
YUV227.22115.46100.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.30%
GREEN value IS 251 (98.44% from 255) = 38.91%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=29.30%
G=38.91%
B=31.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512050.2500.180.02135.4888.5786.27
HexBDFBCD190122875956
Octal275373315310222207131126
Binary10111101111110111100110111001010010101000011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBCD; }

 p { color: rgb(189,251,205); }

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

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

 a { background-color: rgb(189,251,205); }

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

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

 span { border-color: rgb(189,251,205); }

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