Html Css Color HEX #BBC7DA Spindle

📋 copy color: '#BBC7DA'

red 187 ◦ green 199 ◦ blue 218

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

Shades of Spindle #BBC7DA

Tints of Spindle #BBC7DA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.95%

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

R = 30.96%
G = 32.95%
B = 36.09%

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

#BBC7DA (or 0xBBC7DA) is known color: Spindle. HEX triplet: BB, C7 and DA. RGB value is (187,199,218). Sum of RGB (Red+Green+Blue) = 187+199+218=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #BBC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC7DA is #443825. Grayscale: #C5C5C5. Windows color (decimal): -4470822 or 14337979. OLE color: 14337979.

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

Color convert

RGB 187 199 218 -
CMYK 0.14 0.09 0 0.15
HSL 216.77º 0.3% 0.79% -
HSV(B) 216.77º 0.14% 0.85% -
XYZ 53.57 56.47 74.41 -
YUV 197.58 139.52 120.46 -
System Red Green Blue C M Y K H S L
Decimal 187 199 218 0.14 0.09 0 0.15 216.77 0.3 0.79
Hex BB C7 DA E 9 0 F D9 1E 4F
Octal 273 307 332 16 11 0 17 331 36 117
Binary 10111011 11000111 11011010 1110 1001 0 1111 11011001 11110 1001111

Color Harmonies of #BBC7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC7DA

Black with #BBC7DA

Text Example


Text Example

White with #BBC7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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