Html Css Color HEX #BBC0CE Spindle

📋 copy color: '#BBC0CE'

red 187 ◦ green 192 ◦ blue 206

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

Shades of Spindle #BBC0CE

Tints of Spindle #BBC0CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 31.97%
G = 32.82%
B = 35.21%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC0CE (or 0xBBC0CE) is known color: Spindle. HEX triplet: BB, C0 and CE. RGB value is (187,192,206). Sum of RGB (Red+Green+Blue) = 187+192+206=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0CE is #443F31. Grayscale: #C0C0C0. Windows color (decimal): -4472626 or 13549755. OLE color: 13549755.

HSL color Cylindrical-coordinate representation of color #BBC0CE: hue angle of 224.21º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC0CE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 192 206 -
CMYK 0.09 0.07 0 0.19
HSL 224.21º 0.16% 0.77% -
HSV(B) 224.21º 0.09% 0.81% -
XYZ 50.48 52.72 65.91 -
YUV 192.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 187 192 206 0.09 0.07 0 0.19 224.21 0.16 0.77
Hex BB C0 CE 9 7 0 13 E0 10 4D
Octal 273 300 316 11 7 0 23 340 20 115
Binary 10111011 11000000 11001110 1001 111 0 10011 11100000 10000 1001101

Color Harmonies of #BBC0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0CE

Black with #BBC0CE

Text Example


Text Example

White with #BBC0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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