Html Css Color HEX #BBC2CF Spindle

📋 copy color: '#BBC2CF'

red 187 ◦ green 194 ◦ blue 207

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

Shades of Spindle #BBC2CF

Tints of Spindle #BBC2CF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.99%

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

R = 31.8%
G = 32.99%
B = 35.2%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC2CF (or 0xBBC2CF) is known color: Spindle. HEX triplet: BB, C2 and CF. RGB value is (187,194,207). Sum of RGB (Red+Green+Blue) = 187+194+207=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBC2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2CF is #443D30. Grayscale: #C1C1C1. Windows color (decimal): -4472113 or 13615803. OLE color: 13615803.

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

Color convert

RGB 187 194 207 -
CMYK 0.10 0.06 0 0.19
HSL 219º 0.17% 0.77% -
HSV(B) 219º 0.1% 0.81% -
XYZ 51.05 53.65 66.7 -
YUV 193.39 135.68 123.44 -
System Red Green Blue C M Y K H S L
Decimal 187 194 207 0.10 0.06 0 0.19 219 0.17 0.77
Hex BB C2 CF A 6 0 13 DB 11 4D
Octal 273 302 317 12 6 0 23 333 21 115
Binary 10111011 11000010 11001111 1010 110 0 10011 11011011 10001 1001101

Color Harmonies of #BBC2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2CF

Black with #BBC2CF

Text Example


Text Example

White with #BBC2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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