Html Css Color HEX #BFB0DC Moon Raker

📋 copy color: '#BFB0DC'

red 191 ◦ green 176 ◦ blue 220

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

Shades of Moon Raker #BFB0DC

Tints of Moon Raker #BFB0DC

RGB

 RED value IS 191 (75% from 255) = 32.54%

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 32.54%
G = 29.98%
B = 37.48%

CMYK

 C value IS 0.13

 M value IS 0.2

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFB0DC (or 0xBFB0DC) is known color: Moon Raker. HEX triplet: BF, B0 and DC. RGB value is (191,176,220). Sum of RGB (Red+Green+Blue) = 191+176+220=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0DC is #404F23. Grayscale: #B9B9B9. Windows color (decimal): -4214564 or 14463167. OLE color: 14463167.

HSL color Cylindrical-coordinate representation of color #BFB0DC: hue angle of 260.45º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB0DC is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 176 220 -
CMYK 0.13 0.2 0 0.14
HSL 260.45º 0.39% 0.78% -
HSV(B) 260.45º 0.2% 0.86% -
XYZ 49.93 47.29 74.21 -
YUV 185.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 191 176 220 0.13 0.2 0 0.14 260.45 0.39 0.78
Hex BF B0 DC D 14 0 E 104 27 4E
Octal 277 260 334 15 24 0 16 404 47 116
Binary 10111111 10110000 11011100 1101 10100 0 1110 100000100 100111 1001110

Color Harmonies of #BFB0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0DC

Black with #BFB0DC

Text Example


Text Example

White with #BFB0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0DC; }

 p { color: rgb(191,176,220); }

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

background-color css

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

 a { background-color: rgb(191,176,220); }

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

border-color css

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

 span { border-color: rgb(191,176,220); }

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