Html Css Color HEX #BBC5CE Spindle

📋 copy color: '#BBC5CE'

red 187 ◦ green 197 ◦ blue 206

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

Shades of Spindle #BBC5CE

Tints of Spindle #BBC5CE

RGB

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

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

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

R = 31.69%
G = 33.39%
B = 34.92%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC5CE (or 0xBBC5CE) is known color: Spindle. HEX triplet: BB, C5 and CE. RGB value is (187,197,206). Sum of RGB (Red+Green+Blue) = 187+197+206=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5CE is #443A31. Grayscale: #C2C2C2. Windows color (decimal): -4471346 or 13551035. OLE color: 13551035.

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

Color convert

RGB 187 197 206 -
CMYK 0.09 0.04 0 0.19
HSL 208.42º 0.16% 0.77% -
HSV(B) 208.42º 0.09% 0.81% -
XYZ 51.6 54.95 66.28 -
YUV 195.04 134.19 122.27 -
System Red Green Blue C M Y K H S L
Decimal 187 197 206 0.09 0.04 0 0.19 208.42 0.16 0.77
Hex BB C5 CE 9 4 0 13 D0 10 4D
Octal 273 305 316 11 4 0 23 320 20 115
Binary 10111011 11000101 11001110 1001 100 0 10011 11010000 10000 1001101

Color Harmonies of #BBC5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5CE

Black with #BBC5CE

Text Example


Text Example

White with #BBC5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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