#B9CADA

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

Shades of Spindle #B9CADA

Tints of Spindle #B9CADA

Color information

#B9CADA (or 0xB9CADA) is unknown color: approx Spindle. HEX triplet: B9, CA and DA. RGB value is (185,202,218). Sum of RGB (Red+Green+Blue) = 185+202+218=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CADA is #463525. Grayscale: #C6C6C6. Windows color (decimal): -4601126 or 14338745. OLE color: 14338745.

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

Color convert

RGB185202218-
CMYK0.150.0700.15
HSL209.09º30.84%79.02%-
HSV(B)209.09º15.14%85.49%-
XYZ53.7857.6274.62-
YUV198.74138.87118.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 218 (85.55% from 255) = 36.03%
R=30.58%
G=33.39%
B=36.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852022180.150.0700.15209.0930.8479.02
HexB9CADAF70Fd11f4f
Octal27131233217701732137117
Binary10111001110010101101101011111110111111010001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CADA; }

 p { color: rgb(185,202,218); }

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

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

 a { background-color: rgb(185,202,218); }

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

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

 span { border-color: rgb(185,202,218); }

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