Html Css Color HEX #BFB4CE Moon Raker

📋 copy color: '#BFB4CE'

red 191 ◦ green 180 ◦ blue 206

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

Shades of Moon Raker #BFB4CE

Tints of Moon Raker #BFB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.2%

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

R = 33.1%
G = 31.2%
B = 35.7%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BFB4CE (or 0xBFB4CE) is known color: Moon Raker. HEX triplet: BF, B4 and CE. RGB value is (191,180,206). Sum of RGB (Red+Green+Blue) = 191+180+206=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4CE is #404B31. Grayscale: #BABABA. Windows color (decimal): -4213554 or 13546687. OLE color: 13546687.

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

Color convert

RGB 191 180 206 -
CMYK 0.07 0.13 0 0.19
HSL 265.38º 0.21% 0.76% -
HSV(B) 265.38º 0.13% 0.81% -
XYZ 48.95 48.18 65.11 -
YUV 186.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 191 180 206 0.07 0.13 0 0.19 265.38 0.21 0.76
Hex BF B4 CE 7 D 0 13 109 15 4C
Octal 277 264 316 7 15 0 23 411 25 114
Binary 10111111 10110100 11001110 111 1101 0 10011 100001001 10101 1001100

Color Harmonies of #BFB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB4CE

Black with #BFB4CE

Text Example


Text Example

White with #BFB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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