Html Css Color HEX #BFB2DB Moon Raker

📋 copy color: '#BFB2DB'

red 191 ◦ green 178 ◦ blue 219

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

Shades of Moon Raker #BFB2DB

Tints of Moon Raker #BFB2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.24%

R = 32.48%
G = 30.27%
B = 37.24%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFB2DB (or 0xBFB2DB) is known color: Moon Raker. HEX triplet: BF, B2 and DB. RGB value is (191,178,219). Sum of RGB (Red+Green+Blue) = 191+178+219=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 178 (69.92% from 255 or 30.27% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2DB is #404D24. Grayscale: #BABABA. Windows color (decimal): -4214053 or 14398143. OLE color: 14398143.

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

Color convert

RGB 191 178 219 -
CMYK 0.13 0.19 0 0.14
HSL 259.02º 0.36% 0.78% -
HSV(B) 259.02º 0.19% 0.86% -
XYZ 50.19 48.03 73.64 -
YUV 186.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 191 178 219 0.13 0.19 0 0.14 259.02 0.36 0.78
Hex BF B2 DB D 13 0 E 103 24 4E
Octal 277 262 333 15 23 0 16 403 44 116
Binary 10111111 10110010 11011011 1101 10011 0 1110 100000011 100100 1001110

Color Harmonies of #BFB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB2DB

Black with #BFB2DB

Text Example


Text Example

White with #BFB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB2DB; }

 p { color: rgb(191,178,219); }

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

background-color css

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

 a { background-color: rgb(191,178,219); }

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

border-color css

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

 span { border-color: rgb(191,178,219); }

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