Html Css Color HEX #BBC4CD Spindle

📋 copy color: '#BBC4CD'

red 187 ◦ green 196 ◦ blue 205

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

Shades of Spindle #BBC4CD

Tints of Spindle #BBC4CD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.33%

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 31.8%
G = 33.33%
B = 34.86%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBC4CD (or 0xBBC4CD) is known color: Spindle. HEX triplet: BB, C4 and CD. RGB value is (187,196,205). Sum of RGB (Red+Green+Blue) = 187+196+205=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBC4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC4CD is #443B32. Grayscale: #C2C2C2. Windows color (decimal): -4471603 or 13485243. OLE color: 13485243.

HSL color Cylindrical-coordinate representation of color #BBC4CD: hue angle of 210º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC4CD is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 196 205 -
CMYK 0.09 0.04 0 0.20
HSL 210º 0.15% 0.77% -
HSV(B) 210º 0.09% 0.8% -
XYZ 51.25 54.45 65.57 -
YUV 194.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 187 196 205 0.09 0.04 0 0.20 210 0.15 0.77
Hex BB C4 CD 9 4 0 14 D2 F 4D
Octal 273 304 315 11 4 0 24 322 17 115
Binary 10111011 11000100 11001101 1001 100 0 10100 11010010 1111 1001101

Color Harmonies of #BBC4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC4CD

Black with #BBC4CD

Text Example


Text Example

White with #BBC4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC4CD; }

 p { color: rgb(187,196,205); }

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

background-color css

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

 a { background-color: rgb(187,196,205); }

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

border-color css

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

 span { border-color: rgb(187,196,205); }

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