#B9C4D8

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

Shades of Spindle #B9C4D8

Tints of Spindle #B9C4D8

Color information

#B9C4D8 (or 0xB9C4D8) is unknown color: approx Spindle. HEX triplet: B9, C4 and D8. RGB value is (185,196,216). Sum of RGB (Red+Green+Blue) = 185+196+216=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 216 - color contains mainly: blue. Hex color #B9C4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9C4D8 is #463B27. Grayscale: #C2C2C2. Windows color (decimal): -4602664 or 14206137. OLE color: 14206137.

HSL color Cylindrical-coordinate representation of color #B9C4D8: hue angle of 218.71º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B9C4D8 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185196216-
CMYK0.140.0900.15
HSL218.71º28.44%78.63%-
HSV(B)218.71º14.35%84.71%-
XYZ52.1454.7572.79-
YUV194.99139.86120.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.99%
GREEN value IS 196 (76.95% from 255) = 32.83%
BLUE value IS 216 (84.77% from 255) = 36.18%
R=30.99%
G=32.83%
B=36.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851962160.140.0900.15218.7128.4478.63
HexB9C4D8E90Fdb1c4f
Octal271304330161101733334117
Binary101110011100010011011000111010010111111011011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C4D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C4D8; }

 p { color: rgb(185,196,216); }

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

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

 a { background-color: rgb(185,196,216); }

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

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

 span { border-color: rgb(185,196,216); }

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