#B9F1CD

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

Shades of Granny Apple #B9F1CD

Tints of Granny Apple #B9F1CD

Color information

#B9F1CD (or 0xB9F1CD) is unknown color: approx Granny Apple. HEX triplet: B9, F1 and CD. RGB value is (185,241,205). Sum of RGB (Red+Green+Blue) = 185+241+205=631 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.32% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F1CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9F1CD is #460E32. Grayscale: #DCDCDC. Windows color (decimal): -4591155 or 13496761. OLE color: 13496761.

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

Color convert

RGB185241205-
CMYK0.2300.150.05
HSL141.43º66.67%83.53%-
HSV(B)141.43º23.24%94.51%-
XYZ62.4877.6369.45-
YUV220.15119.45102.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.32%
GREEN value IS 241 (94.53% from 255) = 38.19%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=29.32%
G=38.19%
B=32.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852412050.2300.150.05141.4366.6783.53
HexB9F1CD170F58d4354
Octal271361315270175215103124
Binary10111001111100011100110110111011111011000110110000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F1CD; }

 p { color: rgb(185,241,205); }

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

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

 a { background-color: rgb(185,241,205); }

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

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

 span { border-color: rgb(185,241,205); }

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