Html Css Color HEX #BFB0DE Moon Raker

📋 copy color: '#BFB0DE'

red 191 ◦ green 176 ◦ blue 222

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

Shades of Moon Raker #BFB0DE

Tints of Moon Raker #BFB0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.69%

R = 32.43%
G = 29.88%
B = 37.69%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFB0DE (or 0xBFB0DE) is known color: Moon Raker. HEX triplet: BF, B0 and DE. RGB value is (191,176,222). Sum of RGB (Red+Green+Blue) = 191+176+222=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFB0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0DE is #404F21. Grayscale: #B9B9B9. Windows color (decimal): -4214562 or 14594239. OLE color: 14594239.

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

Color convert

RGB 191 176 222 -
CMYK 0.14 0.21 0 0.13
HSL 259.57º 0.41% 0.78% -
HSV(B) 259.57º 0.21% 0.87% -
XYZ 50.2 47.4 75.61 -
YUV 185.73 148.47 131.76 -
System Red Green Blue C M Y K H S L
Decimal 191 176 222 0.14 0.21 0 0.13 259.57 0.41 0.78
Hex BF B0 DE E 15 0 D 104 29 4E
Octal 277 260 336 16 25 0 15 404 51 116
Binary 10111111 10110000 11011110 1110 10101 0 1101 100000100 101001 1001110

Color Harmonies of #BFB0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB0DE

Black with #BFB0DE

Text Example


Text Example

White with #BFB0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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