Html Css Color HEX #BCB2D5 Moon Raker

📋 copy color: '#BCB2D5'

red 188 ◦ green 178 ◦ blue 213

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

Shades of Moon Raker #BCB2D5

Tints of Moon Raker #BCB2D5

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.74%

 BLUE value IS 213 (83.59% from 255) = 36.79%

R = 32.47%
G = 30.74%
B = 36.79%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCB2D5 (or 0xBCB2D5) is known color: Moon Raker. HEX triplet: BC, B2 and D5. RGB value is (188,178,213). Sum of RGB (Red+Green+Blue) = 188+178+213=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCB2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2D5 is #434D2A. Grayscale: #B8B8B8. Windows color (decimal): -4410667 or 14004924. OLE color: 14004924.

HSL color Cylindrical-coordinate representation of color #BCB2D5: hue angle of 257.14º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB2D5 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 178 213 -
CMYK 0.12 0.16 0 0.16
HSL 257.14º 0.29% 0.77% -
HSV(B) 257.14º 0.16% 0.84% -
XYZ 48.67 47.34 69.52 -
YUV 184.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 188 178 213 0.12 0.16 0 0.16 257.14 0.29 0.77
Hex BC B2 D5 C 10 0 10 101 1D 4D
Octal 274 262 325 14 20 0 20 401 35 115
Binary 10111100 10110010 11010101 1100 10000 0 10000 100000001 11101 1001101

Color Harmonies of #BCB2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2D5

Black with #BCB2D5

Text Example


Text Example

White with #BCB2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2D5; }

 p { color: rgb(188,178,213); }

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

background-color css

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

 a { background-color: rgb(188,178,213); }

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

border-color css

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

 span { border-color: rgb(188,178,213); }

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