Html Css Color HEX #BBC5CF Spindle

📋 copy color: '#BBC5CF'

red 187 ◦ green 197 ◦ blue 207

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

Shades of Spindle #BBC5CF

Tints of Spindle #BBC5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 31.64%
G = 33.33%
B = 35.03%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC5CF (or 0xBBC5CF) is known color: Spindle. HEX triplet: BB, C5 and CF. RGB value is (187,197,207). Sum of RGB (Red+Green+Blue) = 187+197+207=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC5CF is #443A30. Grayscale: #C3C3C3. Windows color (decimal): -4471345 or 13616571. OLE color: 13616571.

HSL color Cylindrical-coordinate representation of color #BBC5CF: hue angle of 210º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBC5CF is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 197 207 -
CMYK 0.10 0.05 0 0.19
HSL 210º 0.17% 0.77% -
HSV(B) 210º 0.1% 0.81% -
XYZ 51.72 55 66.92 -
YUV 195.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 187 197 207 0.10 0.05 0 0.19 210 0.17 0.77
Hex BB C5 CF A 5 0 13 D2 11 4D
Octal 273 305 317 12 5 0 23 322 21 115
Binary 10111011 11000101 11001111 1010 101 0 10011 11010010 10001 1001101

Color Harmonies of #BBC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC5CF

Black with #BBC5CF

Text Example


Text Example

White with #BBC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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