#BDF3C3

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

Shades of Granny Apple #BDF3C3

Tints of Granny Apple #BDF3C3

Color information

#BDF3C3 (or 0xBDF3C3) is unknown color: approx Granny Apple. HEX triplet: BD, F3 and C3. RGB value is (189,243,195). Sum of RGB (Red+Green+Blue) = 189+243+195=627 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.14% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3C3 is #420C3C. Grayscale: #DDDDDD. Windows color (decimal): -4328509 or 12841917. OLE color: 12841917.

HSL color Cylindrical-coordinate representation of color #BDF3C3: hue angle of 126.67º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3C3 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB189243195-
CMYK0.2200.200.05
HSL126.67º69.23%84.71%-
HSV(B)126.67º22.22%95.29%-
XYZ62.8978.8663.54-
YUV221.38113.11104.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.14%
GREEN value IS 243 (95.31% from 255) = 38.76%
BLUE value IS 195 (76.56% from 255) = 31.10%
R=30.14%
G=38.76%
B=31.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431950.2200.200.05126.6769.2384.71
HexBDF3C31601457f4555
Octal275363303260245177105125
Binary10111101111100111100001110110010100101111111110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3C3; }

 p { color: rgb(189,243,195); }

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

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

 a { background-color: rgb(189,243,195); }

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

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

 span { border-color: rgb(189,243,195); }

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