#BBC4D5

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

Shades of Spindle #BBC4D5

Tints of Spindle #BBC4D5

Color information

#BBC4D5 (or 0xBBC4D5) is unknown color: approx Spindle. HEX triplet: BB, C4 and D5. RGB value is (187,196,213). Sum of RGB (Red+Green+Blue) = 187+196+213=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #BBC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4D5 is #443B2A. Grayscale: #C3C3C3. Windows color (decimal): -4471595 or 14009531. OLE color: 14009531.

HSL color Cylindrical-coordinate representation of color #BBC4D5: hue angle of 219.23º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBC4D5 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187196213-
CMYK0.120.0800.16
HSL219.23º23.64%78.43%-
HSV(B)219.23º12.21%83.53%-
XYZ52.2454.8570.78-
YUV195.25138.02122.12-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 196 (76.95% from 255) = 32.89%
BLUE value IS 213 (83.59% from 255) = 35.74%
R=31.38%
G=32.89%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871962130.120.0800.16219.2323.6478.43
HexBBC4D5C8010db184e
Octal273304325141002033330116
Binary1011101111000100110101011100100001000011011011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC4D5; }

 p { color: rgb(187,196,213); }

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

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

 a { background-color: rgb(187,196,213); }

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

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

 span { border-color: rgb(187,196,213); }

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