Html Css Color HEX #BBAFCF Moon Raker

📋 copy color: '#BBAFCF'

red 187 ◦ green 175 ◦ blue 207

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

Shades of Moon Raker #BBAFCF

Tints of Moon Raker #BBAFCF

RGB

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

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

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

R = 32.86%
G = 30.76%
B = 36.38%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBAFCF (or 0xBBAFCF) is known color: Moon Raker. HEX triplet: BB, AF and CF. RGB value is (187,175,207). Sum of RGB (Red+Green+Blue) = 187+175+207=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFCF is #445030. Grayscale: #B6B6B6. Windows color (decimal): -4476977 or 13610939. OLE color: 13610939.

HSL color Cylindrical-coordinate representation of color #BBAFCF: hue angle of 262.5º degrees, saturation: 0.25, 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 #BBAFCF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 175 207 -
CMYK 0.10 0.15 0 0.19
HSL 262.5º 0.25% 0.75% -
HSV(B) 262.5º 0.15% 0.81% -
XYZ 47.09 45.73 65.38 -
YUV 182.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 187 175 207 0.10 0.15 0 0.19 262.5 0.25 0.75
Hex BB AF CF A F 0 13 106 19 4B
Octal 273 257 317 12 17 0 23 406 31 113
Binary 10111011 10101111 11001111 1010 1111 0 10011 100000110 11001 1001011

Color Harmonies of #BBAFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFCF

Black with #BBAFCF

Text Example


Text Example

White with #BBAFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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