#BBCCD2

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

Shades of Spindle #BBCCD2

Tints of Spindle #BBCCD2

Color information

#BBCCD2 (or 0xBBCCD2) is unknown color: approx Spindle. HEX triplet: BB, CC and D2. RGB value is (187,204,210). Sum of RGB (Red+Green+Blue) = 187+204+210=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBCCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD2 is #44332D. Grayscale: #C7C7C7. Windows color (decimal): -4469550 or 13814971. OLE color: 13814971.

HSL color Cylindrical-coordinate representation of color #BBCCD2: hue angle of 195.65º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBCCD2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187204210-
CMYK0.110.0300.18
HSL195.65º20.35%77.84%-
HSV(B)195.65º10.95%82.35%-
XYZ53.7258.469.41-
YUV199.6133.87119.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=31.11%
G=33.94%
B=34.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872042100.110.0300.18195.6520.3577.84
HexBBCCD2B3012c4144e
Octal27331432213302230424116
Binary10111011110011001101001010111101001011000100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCD2; }

 p { color: rgb(187,204,210); }

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

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

 a { background-color: rgb(187,204,210); }

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

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

 span { border-color: rgb(187,204,210); }

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