Html Css Color HEX #BBC0CA Spindle

📋 copy color: '#BBC0CA'

red 187 ◦ green 192 ◦ blue 202

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

Shades of Spindle #BBC0CA

Tints of Spindle #BBC0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.77%

R = 32.19%
G = 33.05%
B = 34.77%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBC0CA (or 0xBBC0CA) is known color: Spindle. HEX triplet: BB, C0 and CA. RGB value is (187,192,202). Sum of RGB (Red+Green+Blue) = 187+192+202=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBC0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0CA is #443F35. Grayscale: #BFBFBF. Windows color (decimal): -4472630 or 13287611. OLE color: 13287611.

HSL color Cylindrical-coordinate representation of color #BBC0CA: hue angle of 220º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC0CA is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 192 202 -
CMYK 0.07 0.05 0 0.21
HSL 220º 0.12% 0.76% -
HSV(B) 220º 0.07% 0.79% -
XYZ 50 52.53 63.38 -
YUV 191.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 187 192 202 0.07 0.05 0 0.21 220 0.12 0.76
Hex BB C0 CA 7 5 0 15 DC C 4C
Octal 273 300 312 7 5 0 25 334 14 114
Binary 10111011 11000000 11001010 111 101 0 10101 11011100 1100 1001100

Color Harmonies of #BBC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0CA

Black with #BBC0CA

Text Example


Text Example

White with #BBC0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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