#BBCBDA

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

Shades of Spindle #BBCBDA

Tints of Spindle #BBCBDA

Color information

#BBCBDA (or 0xBBCBDA) is unknown color: approx Spindle. HEX triplet: BB, CB and DA. RGB value is (187,203,218). Sum of RGB (Red+Green+Blue) = 187+203+218=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBDA is #443425. Grayscale: #C7C7C7. Windows color (decimal): -4469798 or 14339003. OLE color: 14339003.

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

Color convert

RGB187203218-
CMYK0.140.0700.15
HSL209.03º29.52%79.41%-
HSV(B)209.03º14.22%85.49%-
XYZ54.558.3474.72-
YUV199.93138.2118.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.76%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 218 (85.55% from 255) = 35.86%
R=30.76%
G=33.39%
B=35.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872032180.140.0700.15209.0329.5279.41
HexBBCBDAE70Fd11e4f
Octal27331333216701732136117
Binary10111011110010111101101011101110111111010001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCBDA; }

 p { color: rgb(187,203,218); }

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

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

 a { background-color: rgb(187,203,218); }

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

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

 span { border-color: rgb(187,203,218); }

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