#BDFBCB

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

Shades of Granny Apple #BDFBCB

Tints of Granny Apple #BDFBCB

Color information

#BDFBCB (or 0xBDFBCB) is unknown color: approx Granny Apple. HEX triplet: BD, FB and CB. RGB value is (189,251,203). Sum of RGB (Red+Green+Blue) = 189+251+203=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBCB is #420434. Grayscale: #E3E3E3. Windows color (decimal): -4326453 or 13368253. OLE color: 13368253.

HSL color Cylindrical-coordinate representation of color #BDFBCB: hue angle of 133.55º 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 #BDFBCB is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB189251203-
CMYK0.2500.190.02
HSL133.55º88.57%86.27%-
HSV(B)133.55º24.7%98.43%-
XYZ66.2684.1269.25-
YUV226.99114.46100.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 251 (98.44% from 255) = 39.04%
BLUE value IS 203 (79.69% from 255) = 31.57%
R=29.39%
G=39.04%
B=31.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892512030.2500.190.02133.5588.5786.27
HexBDFBCB190132865956
Octal275373313310232206131126
Binary10111101111110111100101111001010011101000011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFBCB; }

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

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

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

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

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

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

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

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