Html Css Color HEX #BCB0CA Moon Raker

📋 copy color: '#BCB0CA'

red 188 ◦ green 176 ◦ blue 202

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

Shades of Moon Raker #BCB0CA

Tints of Moon Raker #BCB0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.1%

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

R = 33.22%
G = 31.1%
B = 35.69%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCB0CA (or 0xBCB0CA) is known color: Moon Raker. HEX triplet: BC, B0 and CA. RGB value is (188,176,202). Sum of RGB (Red+Green+Blue) = 188+176+202=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0CA is #434F35. Grayscale: #B6B6B6. Windows color (decimal): -4411190 or 13283516. OLE color: 13283516.

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

Color convert

RGB 188 176 202 -
CMYK 0.07 0.13 0 0.21
HSL 267.69º 0.2% 0.74% -
HSV(B) 267.69º 0.13% 0.79% -
XYZ 46.93 46.01 62.28 -
YUV 182.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 188 176 202 0.07 0.13 0 0.21 267.69 0.2 0.74
Hex BC B0 CA 7 D 0 15 10C 14 4A
Octal 274 260 312 7 15 0 25 414 24 112
Binary 10111100 10110000 11001010 111 1101 0 10101 100001100 10100 1001010

Color Harmonies of #BCB0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0CA

Black with #BCB0CA

Text Example


Text Example

White with #BCB0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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