Html Css Color HEX #BBB1CF Moon Raker

📋 copy color: '#BBB1CF'

red 187 ◦ green 177 ◦ blue 207

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

Shades of Moon Raker #BBB1CF

Tints of Moon Raker #BBB1CF

RGB

 RED value IS 187 (73.44% from 255) = 32.75%

 GREEN value IS 177 (69.53% from 255) = 31%

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 32.75%
G = 31%
B = 36.25%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBB1CF (or 0xBBB1CF) is known color: Moon Raker. HEX triplet: BB, B1 and CF. RGB value is (187,177,207). Sum of RGB (Red+Green+Blue) = 187+177+207=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1CF is #444E30. Grayscale: #B7B7B7. Windows color (decimal): -4476465 or 13611451. OLE color: 13611451.

HSL color Cylindrical-coordinate representation of color #BBB1CF: hue angle of 260º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBB1CF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 177 207 -
CMYK 0.10 0.14 0 0.19
HSL 260º 0.24% 0.75% -
HSV(B) 260º 0.14% 0.81% -
XYZ 47.48 46.51 65.51 -
YUV 183.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 187 177 207 0.10 0.14 0 0.19 260 0.24 0.75
Hex BB B1 CF A E 0 13 104 18 4B
Octal 273 261 317 12 16 0 23 404 30 113
Binary 10111011 10110001 11001111 1010 1110 0 10011 100000100 11000 1001011

Color Harmonies of #BBB1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1CF

Black with #BBB1CF

Text Example


Text Example

White with #BBB1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1CF; }

 p { color: rgb(187,177,207); }

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

background-color css

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

 a { background-color: rgb(187,177,207); }

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

border-color css

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

 span { border-color: rgb(187,177,207); }

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