#B8CBD9

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

Shades of Spindle #B8CBD9

Tints of Spindle #B8CBD9

Color information

#B8CBD9 (or 0xB8CBD9) is unknown color: approx Spindle. HEX triplet: B8, CB and D9. RGB value is (184,203,217). Sum of RGB (Red+Green+Blue) = 184+203+217=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 217 (85.16% from 255 or 35.93% from 604); Max value from RGB is 217 - color contains mainly: blue. Hex color #B8CBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBD9 is #473426. Grayscale: #C6C6C6. Windows color (decimal): -4666407 or 14273464. OLE color: 14273464.

HSL color Cylindrical-coordinate representation of color #B8CBD9: hue angle of 205.45º degrees, saturation: 0.3, 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 #B8CBD9 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184203217-
CMYK0.150.0600.15
HSL205.45º30.28%78.63%-
HSV(B)205.45º15.21%85.1%-
XYZ53.6557.9174-
YUV198.92138.21117.36-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.46%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 217 (85.16% from 255) = 35.93%
R=30.46%
G=33.61%
B=35.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1842032170.150.0600.15205.4530.2878.63
HexB8CBD9F60Fcd1e4f
Octal27031333117601731536117
Binary10111000110010111101100111111100111111001101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CBD9; }

 p { color: rgb(184,203,217); }

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

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

 a { background-color: rgb(184,203,217); }

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

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

 span { border-color: rgb(184,203,217); }

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