Html Css Color HEX #BBACCA Moon Raker

📋 copy color: '#BBACCA'

red 187 ◦ green 172 ◦ blue 202

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

Shades of Moon Raker #BBACCA

Tints of Moon Raker #BBACCA

RGB

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

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

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

R = 33.33%
G = 30.66%
B = 36.01%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBACCA (or 0xBBACCA) is known color: Moon Raker. HEX triplet: BB, AC and CA. RGB value is (187,172,202). Sum of RGB (Red+Green+Blue) = 187+172+202=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACCA is #445335. Grayscale: #B3B3B3. Windows color (decimal): -4477750 or 13282491. OLE color: 13282491.

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

Color convert

RGB 187 172 202 -
CMYK 0.07 0.15 0 0.21
HSL 270º 0.22% 0.73% -
HSV(B) 270º 0.15% 0.79% -
XYZ 45.91 44.33 62.01 -
YUV 179.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 187 172 202 0.07 0.15 0 0.21 270 0.22 0.73
Hex BB AC CA 7 F 0 15 10E 16 49
Octal 273 254 312 7 17 0 25 416 26 111
Binary 10111011 10101100 11001010 111 1111 0 10101 100001110 10110 1001001

Color Harmonies of #BBACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACCA

Black with #BBACCA

Text Example


Text Example

White with #BBACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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