Html Css Color HEX #BBC3CC Spindle

📋 copy color: '#BBC3CC'

red 187 ◦ green 195 ◦ blue 204

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

Shades of Spindle #BBC3CC

Tints of Spindle #BBC3CC

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.28%

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

R = 31.91%
G = 33.28%
B = 34.81%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BBC3CC (or 0xBBC3CC) is known color: Spindle. HEX triplet: BB, C3 and CC. RGB value is (187,195,204). Sum of RGB (Red+Green+Blue) = 187+195+204=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3CC is #443C33. Grayscale: #C1C1C1. Windows color (decimal): -4471860 or 13419451. OLE color: 13419451.

HSL color Cylindrical-coordinate representation of color #BBC3CC: hue angle of 211.76º 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 #BBC3CC is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 195 204 -
CMYK 0.08 0.04 0 0.2
HSL 211.76º 0.14% 0.77% -
HSV(B) 211.76º 0.08% 0.8% -
XYZ 50.91 53.95 64.86 -
YUV 193.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 187 195 204 0.08 0.04 0 0.2 211.76 0.14 0.77
Hex BB C3 CC 8 4 0 14 D4 E 4D
Octal 273 303 314 10 4 0 24 324 16 115
Binary 10111011 11000011 11001100 1000 100 0 10100 11010100 1110 1001101

Color Harmonies of #BBC3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3CC

Black with #BBC3CC

Text Example


Text Example

White with #BBC3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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