Html Css Color HEX #BBBCC9 Ghost

📋 copy color: '#BBBCC9'

red 187 ◦ green 188 ◦ blue 201

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

Shades of Ghost #BBBCC9

Tints of Ghost #BBBCC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.9%

R = 32.47%
G = 32.64%
B = 34.9%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBBCC9 (or 0xBBBCC9) is known color: Ghost. HEX triplet: BB, BC and C9. RGB value is (187,188,201). Sum of RGB (Red+Green+Blue) = 187+188+201=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBBCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCC9 is #444336. Grayscale: #BDBDBD. Windows color (decimal): -4473655 or 13221051. OLE color: 13221051.

HSL color Cylindrical-coordinate representation of color #BBBCC9: hue angle of 235.71º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBCC9 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 188 201 -
CMYK 0.07 0.06 0 0.21
HSL 235.71º 0.11% 0.76% -
HSV(B) 235.71º 0.07% 0.79% -
XYZ 49.02 50.75 62.47 -
YUV 189.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 187 188 201 0.07 0.06 0 0.21 235.71 0.11 0.76
Hex BB BC C9 7 6 0 15 EC B 4C
Octal 273 274 311 7 6 0 25 354 13 114
Binary 10111011 10111100 11001001 111 110 0 10101 11101100 1011 1001100

Color Harmonies of #BBBCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBCC9

Black with #BBBCC9

Text Example


Text Example

White with #BBBCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBCC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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