Html Css Color HEX #BBC6DA Spindle

📋 copy color: '#BBC6DA'

red 187 ◦ green 198 ◦ blue 218

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

Shades of Spindle #BBC6DA

Tints of Spindle #BBC6DA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.84%

 BLUE value IS 218 (85.55% from 255) = 36.15%

R = 31.01%
G = 32.84%
B = 36.15%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BBC6DA (or 0xBBC6DA) is known color: Spindle. HEX triplet: BB, C6 and DA. RGB value is (187,198,218). Sum of RGB (Red+Green+Blue) = 187+198+218=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6DA is #443925. Grayscale: #C4C4C4. Windows color (decimal): -4471078 or 14337723. OLE color: 14337723.

HSL color Cylindrical-coordinate representation of color #BBC6DA: hue angle of 218.71º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBC6DA is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 198 218 -
CMYK 0.14 0.09 0 0.15
HSL 218.71º 0.3% 0.79% -
HSV(B) 218.71º 0.14% 0.85% -
XYZ 53.34 56.01 74.33 -
YUV 196.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 187 198 218 0.14 0.09 0 0.15 218.71 0.3 0.79
Hex BB C6 DA E 9 0 F DB 1E 4F
Octal 273 306 332 16 11 0 17 333 36 117
Binary 10111011 11000110 11011010 1110 1001 0 1111 11011011 11110 1001111

Color Harmonies of #BBC6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC6DA

Black with #BBC6DA

Text Example


Text Example

White with #BBC6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC6DA; }

 p { color: rgb(187,198,218); }

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

background-color css

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

 a { background-color: rgb(187,198,218); }

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

border-color css

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

 span { border-color: rgb(187,198,218); }

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