Html Css Color HEX #BBC0CD Spindle

📋 copy color: '#BBC0CD'

red 187 ◦ green 192 ◦ blue 205

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

Shades of Spindle #BBC0CD

Tints of Spindle #BBC0CD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.88%

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

R = 32.02%
G = 32.88%
B = 35.1%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBC0CD (or 0xBBC0CD) is known color: Spindle. HEX triplet: BB, C0 and CD. RGB value is (187,192,205). Sum of RGB (Red+Green+Blue) = 187+192+205=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0CD is #443F32. Grayscale: #BFBFBF. Windows color (decimal): -4472627 or 13484219. OLE color: 13484219.

HSL color Cylindrical-coordinate representation of color #BBC0CD: hue angle of 223.33º 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 #BBC0CD is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 192 205 -
CMYK 0.09 0.06 0 0.20
HSL 223.33º 0.15% 0.77% -
HSV(B) 223.33º 0.09% 0.8% -
XYZ 50.36 52.67 65.27 -
YUV 191.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 187 192 205 0.09 0.06 0 0.20 223.33 0.15 0.77
Hex BB C0 CD 9 6 0 14 DF F 4D
Octal 273 300 315 11 6 0 24 337 17 115
Binary 10111011 11000000 11001101 1001 110 0 10100 11011111 1111 1001101

Color Harmonies of #BBC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0CD

Black with #BBC0CD

Text Example


Text Example

White with #BBC0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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