#BDF3C4

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

Shades of Granny Apple #BDF3C4

Tints of Granny Apple #BDF3C4

Color information

#BDF3C4 (or 0xBDF3C4) is unknown color: approx Granny Apple. HEX triplet: BD, F3 and C4. RGB value is (189,243,196). Sum of RGB (Red+Green+Blue) = 189+243+196=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3C4 is #420C3B. Grayscale: #DDDDDD. Windows color (decimal): -4328508 or 12907453. OLE color: 12907453.

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

Color convert

RGB189243196-
CMYK0.2200.190.05
HSL127.78º69.23%84.71%-
HSV(B)127.78º22.22%95.29%-
XYZ6378.9164.13-
YUV221.5113.61104.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 243 (95.31% from 255) = 38.69%
BLUE value IS 196 (76.95% from 255) = 31.21%
R=30.10%
G=38.69%
B=31.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892431960.2200.190.05127.7869.2384.71
HexBDF3C4160135804555
Octal275363304260235200105125
Binary101111011111001111000100101100100111011000000010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3C4; }

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

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

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

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

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

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

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

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