Html Css Color HEX #BCBBCA Ghost

📋 copy color: '#BCBBCA'

red 188 ◦ green 187 ◦ blue 202

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

Shades of Ghost #BCBBCA

Tints of Ghost #BCBBCA

RGB

 RED value IS 188 (73.83% from 255) = 32.58%

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

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

R = 32.58%
G = 32.41%
B = 35.01%

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

#BCBBCA (or 0xBCBBCA) is known color: Ghost. HEX triplet: BC, BB and CA. RGB value is (188,187,202). Sum of RGB (Red+Green+Blue) = 188+187+202=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCBBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBBCA is #434435. Grayscale: #BCBCBC. Windows color (decimal): -4408374 or 13286332. OLE color: 13286332.

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

Color convert

RGB 188 187 202 -
CMYK 0.07 0.07 0 0.21
HSL 244º 0.12% 0.76% -
HSV(B) 244º 0.07% 0.79% -
XYZ 49.17 50.5 63.03 -
YUV 189.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 188 187 202 0.07 0.07 0 0.21 244 0.12 0.76
Hex BC BB CA 7 7 0 15 F4 C 4C
Octal 274 273 312 7 7 0 25 364 14 114
Binary 10111100 10111011 11001010 111 111 0 10101 11110100 1100 1001100

Color Harmonies of #BCBBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBBCA

Black with #BCBBCA

Text Example


Text Example

White with #BCBBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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