Html Css Color HEX #BBAFCE Moon Raker

📋 copy color: '#BBAFCE'

red 187 ◦ green 175 ◦ blue 206

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

Shades of Moon Raker #BBAFCE

Tints of Moon Raker #BBAFCE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.81%

 BLUE value IS 206 (80.86% from 255) = 36.27%

R = 32.92%
G = 30.81%
B = 36.27%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBAFCE (or 0xBBAFCE) is known color: Moon Raker. HEX triplet: BB, AF and CE. RGB value is (187,175,206). Sum of RGB (Red+Green+Blue) = 187+175+206=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 206 (80.86% from 255 or 36.27% from 568); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBAFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFCE is #445031. Grayscale: #B6B6B6. Windows color (decimal): -4476978 or 13545403. OLE color: 13545403.

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

Color convert

RGB 187 175 206 -
CMYK 0.09 0.15 0 0.19
HSL 263.23º 0.24% 0.75% -
HSV(B) 263.23º 0.15% 0.81% -
XYZ 46.96 45.68 64.73 -
YUV 182.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 187 175 206 0.09 0.15 0 0.19 263.23 0.24 0.75
Hex BB AF CE 9 F 0 13 107 18 4B
Octal 273 257 316 11 17 0 23 407 30 113
Binary 10111011 10101111 11001110 1001 1111 0 10011 100000111 11000 1001011

Color Harmonies of #BBAFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFCE

Black with #BBAFCE

Text Example


Text Example

White with #BBAFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFCE; }

 p { color: rgb(187,175,206); }

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

background-color css

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

 a { background-color: rgb(187,175,206); }

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

border-color css

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

 span { border-color: rgb(187,175,206); }

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