Html Css Color HEX #BBBCC2 Ghost

📋 copy color: '#BBBCC2'

red 187 ◦ green 188 ◦ blue 194

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

Shades of Ghost #BBBCC2

Tints of Ghost #BBBCC2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.04%

 BLUE value IS 194 (76.17% from 255) = 34.09%

R = 32.86%
G = 33.04%
B = 34.09%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BBBCC2 (or 0xBBBCC2) is known color: Ghost. HEX triplet: BB, BC and C2. RGB value is (187,188,194). Sum of RGB (Red+Green+Blue) = 187+188+194=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 194 (76.17% from 255 or 34.09% from 569); Max value from RGB is 194 - color contains mainly: blue. Hex color #BBBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC2 is #44433D. Grayscale: #BCBCBC. Windows color (decimal): -4473662 or 12762299. OLE color: 12762299.

HSL color Cylindrical-coordinate representation of color #BBBCC2: hue angle of 231.43º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBBCC2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 188 194 -
CMYK 0.04 0.03 0 0.24
HSL 231.43º 0.05% 0.75% -
HSV(B) 231.43º 0.04% 0.76% -
XYZ 48.21 50.43 58.23 -
YUV 188.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 187 188 194 0.04 0.03 0 0.24 231.43 0.05 0.75
Hex BB BC C2 4 3 0 18 E7 5 4B
Octal 273 274 302 4 3 0 30 347 5 113
Binary 10111011 10111100 11000010 100 11 0 11000 11100111 101 1001011

Color Harmonies of #BBBCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCC2

Black with #BBBCC2

Text Example


Text Example

White with #BBBCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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