Html Css Color HEX #BBADCF Moon Raker

📋 copy color: '#BBADCF'

red 187 ◦ green 173 ◦ blue 207

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

Shades of Moon Raker #BBADCF

Tints of Moon Raker #BBADCF

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.51%

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 32.98%
G = 30.51%
B = 36.51%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBADCF (or 0xBBADCF) is known color: Moon Raker. HEX triplet: BB, AD and CF. RGB value is (187,173,207). Sum of RGB (Red+Green+Blue) = 187+173+207=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADCF is #445230. Grayscale: #B4B4B4. Windows color (decimal): -4477489 or 13610427. OLE color: 13610427.

HSL color Cylindrical-coordinate representation of color #BBADCF: hue angle of 264.71º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBADCF is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 173 207 -
CMYK 0.10 0.16 0 0.19
HSL 264.71º 0.26% 0.75% -
HSV(B) 264.71º 0.16% 0.81% -
XYZ 46.7 44.96 65.25 -
YUV 181.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 187 173 207 0.10 0.16 0 0.19 264.71 0.26 0.75
Hex BB AD CF A 10 0 13 109 1A 4B
Octal 273 255 317 12 20 0 23 411 32 113
Binary 10111011 10101101 11001111 1010 10000 0 10011 100001001 11010 1001011

Color Harmonies of #BBADCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBADCF

Black with #BBADCF

Text Example


Text Example

White with #BBADCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBADCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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