Html Css Color HEX #BCB2D3 Moon Raker

📋 copy color: '#BCB2D3'

red 188 ◦ green 178 ◦ blue 211

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

Shades of Moon Raker #BCB2D3

Tints of Moon Raker #BCB2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.57%

R = 32.58%
G = 30.85%
B = 36.57%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCB2D3 (or 0xBCB2D3) is known color: Moon Raker. HEX triplet: BC, B2 and D3. RGB value is (188,178,211). Sum of RGB (Red+Green+Blue) = 188+178+211=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCB2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCB2D3 is #434D2C. Grayscale: #B8B8B8. Windows color (decimal): -4410669 or 13873852. OLE color: 13873852.

HSL color Cylindrical-coordinate representation of color #BCB2D3: hue angle of 258.18º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCB2D3 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 178 211 -
CMYK 0.11 0.16 0 0.17
HSL 258.18º 0.27% 0.76% -
HSV(B) 258.18º 0.16% 0.83% -
XYZ 48.42 47.24 68.19 -
YUV 184.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 188 178 211 0.11 0.16 0 0.17 258.18 0.27 0.76
Hex BC B2 D3 B 10 0 11 102 1B 4C
Octal 274 262 323 13 20 0 21 402 33 114
Binary 10111100 10110010 11010011 1011 10000 0 10001 100000010 11011 1001100

Color Harmonies of #BCB2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB2D3

Black with #BCB2D3

Text Example


Text Example

White with #BCB2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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