Html Css Color HEX #BBC1C8 Spindle

📋 copy color: '#BBC1C8'

red 187 ◦ green 193 ◦ blue 200

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

Shades of Spindle #BBC1C8

Tints of Spindle #BBC1C8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.28%

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 32.24%
G = 33.28%
B = 34.48%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BBC1C8 (or 0xBBC1C8) is known color: Spindle. HEX triplet: BB, C1 and C8. RGB value is (187,193,200). Sum of RGB (Red+Green+Blue) = 187+193+200=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBC1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1C8 is #443E37. Grayscale: #BFBFBF. Windows color (decimal): -4472376 or 13156795. OLE color: 13156795.

HSL color Cylindrical-coordinate representation of color #BBC1C8: hue angle of 212.31º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBC1C8 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 193 200 -
CMYK 0.06 0.04 0 0.22
HSL 212.31º 0.11% 0.76% -
HSV(B) 212.31º 0.07% 0.78% -
XYZ 49.99 52.87 62.21 -
YUV 192 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 187 193 200 0.06 0.04 0 0.22 212.31 0.11 0.76
Hex BB C1 C8 6 4 0 16 D4 B 4C
Octal 273 301 310 6 4 0 26 324 13 114
Binary 10111011 11000001 11001000 110 100 0 10110 11010100 1011 1001100

Color Harmonies of #BBC1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1C8

Black with #BBC1C8

Text Example


Text Example

White with #BBC1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1C8; }

 p { color: rgb(187,193,200); }

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

background-color css

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

 a { background-color: rgb(187,193,200); }

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

border-color css

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

 span { border-color: rgb(187,193,200); }

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