Html Css Color HEX #BFB9CC Moon Raker

📋 copy color: '#BFB9CC'

red 191 ◦ green 185 ◦ blue 204

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

Shades of Moon Raker #BFB9CC

Tints of Moon Raker #BFB9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.17%

R = 32.93%
G = 31.9%
B = 35.17%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BFB9CC (or 0xBFB9CC) is known color: Moon Raker. HEX triplet: BF, B9 and CC. RGB value is (191,185,204). Sum of RGB (Red+Green+Blue) = 191+185+204=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 204 - color contains mainly: blue. Hex color #BFB9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB9CC is #404633. Grayscale: #BCBCBC. Windows color (decimal): -4212276 or 13416895. OLE color: 13416895.

HSL color Cylindrical-coordinate representation of color #BFB9CC: hue angle of 258.95º degrees, saturation: 0.16, 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 #BFB9CC is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 185 204 -
CMYK 0.06 0.09 0 0.2
HSL 258.95º 0.16% 0.76% -
HSV(B) 258.95º 0.09% 0.8% -
XYZ 49.73 50.13 64.18 -
YUV 188.96 136.49 129.46 -
System Red Green Blue C M Y K H S L
Decimal 191 185 204 0.06 0.09 0 0.2 258.95 0.16 0.76
Hex BF B9 CC 6 9 0 14 103 10 4C
Octal 277 271 314 6 11 0 24 403 20 114
Binary 10111111 10111001 11001100 110 1001 0 10100 100000011 10000 1001100

Color Harmonies of #BFB9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB9CC

Black with #BFB9CC

Text Example


Text Example

White with #BFB9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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