Html Css Color HEX #BBACCD Moon Raker

📋 copy color: '#BBACCD'

red 187 ◦ green 172 ◦ blue 205

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

Shades of Moon Raker #BBACCD

Tints of Moon Raker #BBACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.5%

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 33.16%
G = 30.5%
B = 36.35%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBACCD (or 0xBBACCD) is known color: Moon Raker. HEX triplet: BB, AC and CD. RGB value is (187,172,205). Sum of RGB (Red+Green+Blue) = 187+172+205=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACCD is #445332. Grayscale: #B4B4B4. Windows color (decimal): -4477747 or 13479099. OLE color: 13479099.

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

Color convert

RGB 187 172 205 -
CMYK 0.09 0.16 0 0.20
HSL 267.27º 0.25% 0.74% -
HSV(B) 267.27º 0.16% 0.8% -
XYZ 46.27 44.48 63.9 -
YUV 180.25 141.97 132.82 -
System Red Green Blue C M Y K H S L
Decimal 187 172 205 0.09 0.16 0 0.20 267.27 0.25 0.74
Hex BB AC CD 9 10 0 14 10B 19 4A
Octal 273 254 315 11 20 0 24 413 31 112
Binary 10111011 10101100 11001101 1001 10000 0 10100 100001011 11001 1001010

Color Harmonies of #BBACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACCD

Black with #BBACCD

Text Example


Text Example

White with #BBACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACCD; }

 p { color: rgb(187,172,205); }

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

background-color css

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

 a { background-color: rgb(187,172,205); }

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

border-color css

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

 span { border-color: rgb(187,172,205); }

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