#B7BDCF

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

Shades of Spindle #B7BDCF

Tints of Spindle #B7BDCF

Color information

#B7BDCF (or 0xB7BDCF) is unknown color: approx Spindle. HEX triplet: B7, BD and CF. RGB value is (183,189,207). Sum of RGB (Red+Green+Blue) = 183+189+207=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BDCF is #484230. Grayscale: #BDBDBD. Windows color (decimal): -4735537 or 13614519. OLE color: 13614519.

HSL color Cylindrical-coordinate representation of color #B7BDCF: hue angle of 225º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7BDCF is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183189207-
CMYK0.120.0900.19
HSL225º20%76.47%-
HSV(B)225º11.59%81.18%-
XYZ48.9950.9766.29-
YUV189.26138.01123.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=31.61%
G=32.64%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831892070.120.0900.192252076.47
HexB7BDCFC9013e1144c
Octal267275317141102334124114
Binary1011011110111101110011111100100101001111100001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BDCF; }

 p { color: rgb(183,189,207); }

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

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

 a { background-color: rgb(183,189,207); }

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

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

 span { border-color: rgb(183,189,207); }

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