Html Css Color HEX #BCB0DA Moon Raker

📋 copy color: '#BCB0DA'

red 188 ◦ green 176 ◦ blue 218

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

Shades of Moon Raker #BCB0DA

Tints of Moon Raker #BCB0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.46%

R = 32.3%
G = 30.24%
B = 37.46%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCB0DA (or 0xBCB0DA) is known color: Moon Raker. HEX triplet: BC, B0 and DA. RGB value is (188,176,218). Sum of RGB (Red+Green+Blue) = 188+176+218=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB0DA is #434F25. Grayscale: #B8B8B8. Windows color (decimal): -4411174 or 14332092. OLE color: 14332092.

HSL color Cylindrical-coordinate representation of color #BCB0DA: hue angle of 257.14º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCB0DA is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 176 218 -
CMYK 0.14 0.19 0 0.15
HSL 257.14º 0.36% 0.77% -
HSV(B) 257.14º 0.19% 0.85% -
XYZ 48.92 46.8 72.79 -
YUV 184.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 188 176 218 0.14 0.19 0 0.15 257.14 0.36 0.77
Hex BC B0 DA E 13 0 F 101 24 4D
Octal 274 260 332 16 23 0 17 401 44 115
Binary 10111100 10110000 11011010 1110 10011 0 1111 100000001 100100 1001101

Color Harmonies of #BCB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB0DA

Black with #BCB0DA

Text Example


Text Example

White with #BCB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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