Html Css Color HEX #BBC2CC Spindle

📋 copy color: '#BBC2CC'

red 187 ◦ green 194 ◦ blue 204

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

Shades of Spindle #BBC2CC

Tints of Spindle #BBC2CC

RGB

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

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

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

R = 31.97%
G = 33.16%
B = 34.87%

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

#BBC2CC (or 0xBBC2CC) is known color: Spindle. HEX triplet: BB, C2 and CC. RGB value is (187,194,204). Sum of RGB (Red+Green+Blue) = 187+194+204=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #BBC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2CC is #443D33. Grayscale: #C1C1C1. Windows color (decimal): -4472116 or 13419195. OLE color: 13419195.

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

Color convert

RGB 187 194 204 -
CMYK 0.08 0.05 0 0.2
HSL 215.29º 0.14% 0.77% -
HSV(B) 215.29º 0.08% 0.8% -
XYZ 50.68 53.51 64.78 -
YUV 193.05 134.18 123.69 -
System Red Green Blue C M Y K H S L
Decimal 187 194 204 0.08 0.05 0 0.2 215.29 0.14 0.77
Hex BB C2 CC 8 5 0 14 D7 E 4D
Octal 273 302 314 10 5 0 24 327 16 115
Binary 10111011 11000010 11001100 1000 101 0 10100 11010111 1110 1001101

Color Harmonies of #BBC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2CC

Black with #BBC2CC

Text Example


Text Example

White with #BBC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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