Html Css Color HEX #BBB1CA Moon Raker

📋 copy color: '#BBB1CA'

red 187 ◦ green 177 ◦ blue 202

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

Shades of Moon Raker #BBB1CA

Tints of Moon Raker #BBB1CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.69%

R = 33.04%
G = 31.27%
B = 35.69%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBB1CA (or 0xBBB1CA) is known color: Moon Raker. HEX triplet: BB, B1 and CA. RGB value is (187,177,202). Sum of RGB (Red+Green+Blue) = 187+177+202=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1CA is #444E35. Grayscale: #B6B6B6. Windows color (decimal): -4476470 or 13283771. OLE color: 13283771.

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

Color convert

RGB 187 177 202 -
CMYK 0.07 0.12 0 0.21
HSL 264º 0.19% 0.74% -
HSV(B) 264º 0.12% 0.79% -
XYZ 46.88 46.27 62.34 -
YUV 182.84 138.81 130.97 -
System Red Green Blue C M Y K H S L
Decimal 187 177 202 0.07 0.12 0 0.21 264 0.19 0.74
Hex BB B1 CA 7 C 0 15 108 13 4A
Octal 273 261 312 7 14 0 25 410 23 112
Binary 10111011 10110001 11001010 111 1100 0 10101 100001000 10011 1001010

Color Harmonies of #BBB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB1CA

Black with #BBB1CA

Text Example


Text Example

White with #BBB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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