#BDF1C4

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

Shades of Granny Apple #BDF1C4

Tints of Granny Apple #BDF1C4

Color information

#BDF1C4 (or 0xBDF1C4) is unknown color: approx Granny Apple. HEX triplet: BD, F1 and C4. RGB value is (189,241,196). Sum of RGB (Red+Green+Blue) = 189+241+196=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF1C4 is #420E3B. Grayscale: #DCDCDC. Windows color (decimal): -4329020 or 12906941. OLE color: 12906941.

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

Color convert

RGB189241196-
CMYK0.2200.190.05
HSL128.08º65%84.31%-
HSV(B)128.08º21.58%94.51%-
XYZ62.4177.7163.94-
YUV220.32114.27105.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=30.19%
G=38.50%
B=31.31%

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
Decimal1892411960.2200.190.05128.086584.31
HexBDF1C4160135804154
Octal275361304260235200101124
Binary101111011111000111000100101100100111011000000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF1C4; }

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

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

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

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

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

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

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

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