Html Css Color HEX #BBADCA Moon Raker

📋 copy color: '#BBADCA'

red 187 ◦ green 173 ◦ blue 202

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

Shades of Moon Raker #BBADCA

Tints of Moon Raker #BBADCA

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.3% from 255) = 35.94%

R = 33.27%
G = 30.78%
B = 35.94%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BBADCA (or 0xBBADCA) is known color: 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

RGB 187 173 202 -
CMYK 0.07 0.14 0 0.21
HSL 268.97º 0.21% 0.74% -
HSV(B) 268.97º 0.14% 0.79% -
XYZ 46.1 44.72 62.08 -
YUV 180.49 140.14 132.64 -
System Red Green Blue C M Y K H S L
Decimal 187 173 202 0.07 0.14 0 0.21 268.97 0.21 0.74
Hex BB AD CA 7 E 0 15 10D 15 4A
Octal 273 255 312 7 16 0 25 415 25 112
Binary 10111011 10101101 11001010 111 1110 0 10101 100001101 10101 1001010

Color Harmonies of #BBADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADCA

Black with #BBADCA

Text Example


Text Example

White with #BBADCA

Text Example


Text Example

HTML Codes & Css Web 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>