#BBADCA

Color #BBADCA Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #BBADCA

Tints of Moon Raker #BBADCA

Color information

#BBADCA (or 0xBBADCA) is unknown color: approx Moon Raker. HEX triplet: BB, AD and CA. RGB value is (187,173,202). Sum of RGB (Red+Green+Blue) = 187+173+202=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #BBADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADCA is #445235. Grayscale: #B4B4B4. Windows color (decimal): -4477494 or 13282747. OLE color: 13282747.

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

Color convert

RGB187173202-
CMYK0.070.1400.21
HSL268.97º21.48%73.53%-
HSV(B)268.97º14.36%79.22%-
XYZ46.144.7262.08-
YUV180.49140.14132.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=33.27%
G=30.78%
B=35.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1871732020.070.1400.21268.9721.4873.53
HexBBADCA7E01510d154a
Octal27325531271602541525112
Binary1011101110101101110010101111110010101100001101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBADCA; }

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

 H1.HeaderClassName
 {
   color: #BBADCA;
 }
 .AnyTagClassName
 {
   color: #BBADCA;
 }
</style>
background-color css

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

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

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

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

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

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