Html Css Color HEX #BBBBCA Ghost

📋 copy color: '#BBBBCA'

red 187 ◦ green 187 ◦ blue 202

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

Shades of Ghost #BBBBCA

Tints of Ghost #BBBBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 32.47%
G = 32.47%
B = 35.07%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBBBCA (or 0xBBBBCA) is known color: Ghost. HEX triplet: BB, BB and CA. RGB value is (187,187,202). Sum of RGB (Red+Green+Blue) = 187+187+202=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBBCA is #444435. Grayscale: #BCBCBC. Windows color (decimal): -4473910 or 13286331. OLE color: 13286331.

HSL color Cylindrical-coordinate representation of color #BBBBCA: hue angle of 240º degrees, saturation: 0.12, 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 #BBBBCA is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 187 202 -
CMYK 0.07 0.07 0 0.21
HSL 240º 0.12% 0.76% -
HSV(B) 240º 0.07% 0.79% -
XYZ 48.92 50.37 63.02 -
YUV 188.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 187 187 202 0.07 0.07 0 0.21 240 0.12 0.76
Hex BB BB CA 7 7 0 15 F0 C 4C
Octal 273 273 312 7 7 0 25 360 14 114
Binary 10111011 10111011 11001010 111 111 0 10101 11110000 1100 1001100

Color Harmonies of #BBBBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBBCA

Black with #BBBBCA

Text Example


Text Example

White with #BBBBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBBCA; }

 p { color: rgb(187,187,202); }

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

background-color css

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

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

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

border-color css

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

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

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