Html Css Color HEX #BFB7CE Moon Raker

📋 copy color: '#BFB7CE'

red 191 ◦ green 183 ◦ blue 206

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

Shades of Moon Raker #BFB7CE

Tints of Moon Raker #BFB7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.55%

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 32.93%
G = 31.55%
B = 35.52%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BFB7CE (or 0xBFB7CE) is known color: Moon Raker. HEX triplet: BF, B7 and CE. RGB value is (191,183,206). Sum of RGB (Red+Green+Blue) = 191+183+206=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB7CE is #404831. Grayscale: #BBBBBB. Windows color (decimal): -4212786 or 13547455. OLE color: 13547455.

HSL color Cylindrical-coordinate representation of color #BFB7CE: hue angle of 260.87º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFB7CE is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 183 206 -
CMYK 0.07 0.11 0 0.19
HSL 260.87º 0.19% 0.76% -
HSV(B) 260.87º 0.11% 0.81% -
XYZ 49.56 49.4 65.32 -
YUV 188.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 191 183 206 0.07 0.11 0 0.19 260.87 0.19 0.76
Hex BF B7 CE 7 B 0 13 105 13 4C
Octal 277 267 316 7 13 0 23 405 23 114
Binary 10111111 10110111 11001110 111 1011 0 10011 100000101 10011 1001100

Color Harmonies of #BFB7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB7CE

Black with #BFB7CE

Text Example


Text Example

White with #BFB7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB7CE; }

 p { color: rgb(191,183,206); }

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

background-color css

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

 a { background-color: rgb(191,183,206); }

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

border-color css

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

 span { border-color: rgb(191,183,206); }

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