Html Css Color HEX #BBC1CC Spindle

📋 copy color: '#BBC1CC'

red 187 ◦ green 193 ◦ blue 204

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

Shades of Spindle #BBC1CC

Tints of Spindle #BBC1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.05%

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 32.02%
G = 33.05%
B = 34.93%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBC1CC (or 0xBBC1CC) is known color: Spindle. HEX triplet: BB, C1 and CC. RGB value is (187,193,204). Sum of RGB (Red+Green+Blue) = 187+193+204=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1CC is #443E33. Grayscale: #C0C0C0. Windows color (decimal): -4472372 or 13418939. OLE color: 13418939.

HSL color Cylindrical-coordinate representation of color #BBC1CC: hue angle of 218.82º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC1CC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 193 204 -
CMYK 0.08 0.05 0 0.2
HSL 218.82º 0.14% 0.77% -
HSV(B) 218.82º 0.08% 0.8% -
XYZ 50.46 53.06 64.71 -
YUV 192.46 134.51 124.11 -
System Red Green Blue C M Y K H S L
Decimal 187 193 204 0.08 0.05 0 0.2 218.82 0.14 0.77
Hex BB C1 CC 8 5 0 14 DB E 4D
Octal 273 301 314 10 5 0 24 333 16 115
Binary 10111011 11000001 11001100 1000 101 0 10100 11011011 1110 1001101

Color Harmonies of #BBC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1CC

Black with #BBC1CC

Text Example


Text Example

White with #BBC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1CC; }

 p { color: rgb(187,193,204); }

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

background-color css

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

 a { background-color: rgb(187,193,204); }

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

border-color css

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

 span { border-color: rgb(187,193,204); }

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