#B4C8D7

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

Shades of Spindle #B4C8D7

Tints of Spindle #B4C8D7

Color information

#B4C8D7 (or 0xB4C8D7) is unknown color: approx Spindle. HEX triplet: B4, C8 and D7. RGB value is (180,200,215). Sum of RGB (Red+Green+Blue) = 180+200+215=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 215 (84.38% from 255 or 36.13% from 595); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4C8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8D7 is #4B3728. Grayscale: #C3C3C3. Windows color (decimal): -4929321 or 14141620. OLE color: 14141620.

HSL color Cylindrical-coordinate representation of color #B4C8D7: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4C8D7 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180200215-
CMYK0.160.0700.16
HSL205.71º30.43%77.45%-
HSV(B)205.71º16.28%84.31%-
XYZ51.7455.9272.36-
YUV195.73138.87116.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.25%
GREEN value IS 200 (78.52% from 255) = 33.61%
BLUE value IS 215 (84.38% from 255) = 36.13%
R=30.25%
G=33.61%
B=36.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1802002150.160.0700.16205.7130.4377.45
HexB4C8D7107010ce1e4d
Octal26431032720702031636115
Binary1011010011001000110101111000011101000011001110111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C8D7; }

 p { color: rgb(180,200,215); }

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

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

 a { background-color: rgb(180,200,215); }

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

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

 span { border-color: rgb(180,200,215); }

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