Html Css Color HEX #BCA9E8 Moon Raker

📋 copy color: '#BCA9E8'

red 188 ◦ green 169 ◦ blue 232

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

Shades of Moon Raker #BCA9E8

Tints of Moon Raker #BCA9E8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.69%

 BLUE value IS 232 (91.02% from 255) = 39.39%

R = 31.92%
G = 28.69%
B = 39.39%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCA9E8 (or 0xBCA9E8) is known color: Moon Raker. HEX triplet: BC, A9 and E8. RGB value is (188,169,232). Sum of RGB (Red+Green+Blue) = 188+169+232=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 232 (91.02% from 255 or 39.39% from 589); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCA9E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA9E8 is #435617. Grayscale: #B5B5B5. Windows color (decimal): -4412952 or 15247804. OLE color: 15247804.

HSL color Cylindrical-coordinate representation of color #BCA9E8: hue angle of 258.1º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCA9E8 is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 169 232 -
CMYK 0.19 0.27 0 0.09
HSL 258.1º 0.58% 0.79% -
HSV(B) 258.1º 0.27% 0.91% -
XYZ 49.49 44.89 82.4 -
YUV 181.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 188 169 232 0.19 0.27 0 0.09 258.1 0.58 0.79
Hex BC A9 E8 13 1B 0 9 102 3A 4F
Octal 274 251 350 23 33 0 11 402 72 117
Binary 10111100 10101001 11101000 10011 11011 0 1001 100000010 111010 1001111

Color Harmonies of #BCA9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA9E8

Black with #BCA9E8

Text Example


Text Example

White with #BCA9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA9E8; }

 p { color: rgb(188,169,232); }

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

background-color css

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

 a { background-color: rgb(188,169,232); }

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

border-color css

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

 span { border-color: rgb(188,169,232); }

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