Html Css Color HEX #BCB5CA Moon Raker

📋 copy color: '#BCB5CA'

red 188 ◦ green 181 ◦ blue 202

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

Shades of Moon Raker #BCB5CA

Tints of Moon Raker #BCB5CA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.7%

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

R = 32.92%
G = 31.7%
B = 35.38%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCB5CA (or 0xBCB5CA) is known color: Moon Raker. HEX triplet: BC, B5 and CA. RGB value is (188,181,202). Sum of RGB (Red+Green+Blue) = 188+181+202=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCB5CA is #434A35. Grayscale: #B9B9B9. Windows color (decimal): -4409910 or 13284796. OLE color: 13284796.

HSL color Cylindrical-coordinate representation of color #BCB5CA: hue angle of 260º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCB5CA is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 181 202 -
CMYK 0.07 0.10 0 0.21
HSL 260º 0.17% 0.75% -
HSV(B) 260º 0.1% 0.79% -
XYZ 47.92 48 62.62 -
YUV 185.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 188 181 202 0.07 0.10 0 0.21 260 0.17 0.75
Hex BC B5 CA 7 A 0 15 104 11 4B
Octal 274 265 312 7 12 0 25 404 21 113
Binary 10111100 10110101 11001010 111 1010 0 10101 100000100 10001 1001011

Color Harmonies of #BCB5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB5CA

Black with #BCB5CA

Text Example


Text Example

White with #BCB5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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