Html Css Color HEX #BBC5CD Spindle

📋 copy color: '#BBC5CD'

red 187 ◦ green 197 ◦ blue 205

#BBC5CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #BBC5CD

Tints of Spindle #BBC5CD

RGB

 RED value IS 187 (73.44% from 255) = 31.75%

 GREEN value IS 197 (77.34% from 255) = 33.45%

 BLUE value IS 205 (80.47% from 255) = 34.8%

R = 31.75%
G = 33.45%
B = 34.8%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBC5CD (or 0xBBC5CD) is known color: Spindle. HEX triplet: BB, C5 and CD. RGB value is (187,197,205). Sum of RGB (Red+Green+Blue) = 187+197+205=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5CD is #443A32. Grayscale: #C2C2C2. Windows color (decimal): -4471347 or 13485499. OLE color: 13485499.

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

Color convert

RGB 187 197 205 -
CMYK 0.09 0.04 0 0.20
HSL 206.67º 0.15% 0.77% -
HSV(B) 206.67º 0.09% 0.8% -
XYZ 51.48 54.91 65.64 -
YUV 194.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 187 197 205 0.09 0.04 0 0.20 206.67 0.15 0.77
Hex BB C5 CD 9 4 0 14 CF F 4D
Octal 273 305 315 11 4 0 24 317 17 115
Binary 10111011 11000101 11001101 1001 100 0 10100 11001111 1111 1001101

Color Harmonies of #BBC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5CD

Black with #BBC5CD

Text Example


Text Example

White with #BBC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5CD; }

 p { color: rgb(187,197,205); }

 H1.HeaderClassName
 {
   color: #BBC5CD;
 }
 .AnyTagClassName
 {
   color: #BBC5CD;
 }
</style>

background-color css

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

 a { background-color: rgb(187,197,205); }

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

border-color css

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

 span { border-color: rgb(187,197,205); }

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