#BBC3CB

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

Shades of Spindle #BBC3CB

Tints of Spindle #BBC3CB

Color information

#BBC3CB (or 0xBBC3CB) is unknown color: approx Spindle. HEX triplet: BB, C3 and CB. RGB value is (187,195,203). Sum of RGB (Red+Green+Blue) = 187+195+203=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3CB is #443C34. Grayscale: #C1C1C1. Windows color (decimal): -4471861 or 13353915. OLE color: 13353915.

HSL color Cylindrical-coordinate representation of color #BBC3CB: hue angle of 210º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC3CB is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187195203-
CMYK0.080.0400.20
HSL210º13.33%76.47%-
HSV(B)210º7.88%79.61%-
XYZ50.7953.9164.23-
YUV193.52133.35123.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 195 (76.56% from 255) = 33.33%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=31.97%
G=33.33%
B=34.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871952030.080.0400.2021013.3376.47
HexBBC3CB84014d2d4c
Octal27330331310402432215114
Binary10111011110000111100101110001000101001101001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3CB; }

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

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

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

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

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

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

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

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