Html Css Color HEX #BFB9CB Moon Raker

📋 copy color: '#BFB9CB'

red 191 ◦ green 185 ◦ blue 203

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

Shades of Moon Raker #BFB9CB

Tints of Moon Raker #BFB9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.95%

 BLUE value IS 203 (79.69% from 255) = 35.06%

R = 32.99%
G = 31.95%
B = 35.06%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BFB9CB (or 0xBFB9CB) is known color: Moon Raker. HEX triplet: BF, B9 and CB. RGB value is (191,185,203). Sum of RGB (Red+Green+Blue) = 191+185+203=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9CB is #404634. Grayscale: #BCBCBC. Windows color (decimal): -4212277 or 13351359. OLE color: 13351359.

HSL color Cylindrical-coordinate representation of color #BFB9CB: hue angle of 260º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFB9CB is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 185 203 -
CMYK 0.06 0.09 0 0.20
HSL 260º 0.15% 0.76% -
HSV(B) 260º 0.09% 0.8% -
XYZ 49.61 50.09 63.55 -
YUV 188.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 191 185 203 0.06 0.09 0 0.20 260 0.15 0.76
Hex BF B9 CB 6 9 0 14 104 F 4C
Octal 277 271 313 6 11 0 24 404 17 114
Binary 10111111 10111001 11001011 110 1001 0 10100 100000100 1111 1001100

Color Harmonies of #BFB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9CB

Black with #BFB9CB

Text Example


Text Example

White with #BFB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9CB; }

 p { color: rgb(191,185,203); }

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

background-color css

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

 a { background-color: rgb(191,185,203); }

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

border-color css

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

 span { border-color: rgb(191,185,203); }

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