Html Css Color HEX #BBAFCD Moon Raker

📋 copy color: '#BBAFCD'

red 187 ◦ green 175 ◦ blue 205

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

Shades of Moon Raker #BBAFCD

Tints of Moon Raker #BBAFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 32.98%
G = 30.86%
B = 36.16%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBAFCD (or 0xBBAFCD) is known color: Moon Raker. HEX triplet: BB, AF and CD. RGB value is (187,175,205). Sum of RGB (Red+Green+Blue) = 187+175+205=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #BBAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFCD is #445032. Grayscale: #B5B5B5. Windows color (decimal): -4476979 or 13479867. OLE color: 13479867.

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

Color convert

RGB 187 175 205 -
CMYK 0.09 0.15 0 0.20
HSL 264º 0.23% 0.75% -
HSV(B) 264º 0.15% 0.8% -
XYZ 46.84 45.63 64.1 -
YUV 182.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 187 175 205 0.09 0.15 0 0.20 264 0.23 0.75
Hex BB AF CD 9 F 0 14 108 17 4B
Octal 273 257 315 11 17 0 24 410 27 113
Binary 10111011 10101111 11001101 1001 1111 0 10100 100001000 10111 1001011

Color Harmonies of #BBAFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFCD

Black with #BBAFCD

Text Example


Text Example

White with #BBAFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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