Html Css Color HEX #BBAFD3 Moon Raker

📋 copy color: '#BBAFD3'

red 187 ◦ green 175 ◦ blue 211

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

Shades of Moon Raker #BBAFD3

Tints of Moon Raker #BBAFD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.82%

R = 32.64%
G = 30.54%
B = 36.82%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBAFD3 (or 0xBBAFD3) is known color: Moon Raker. HEX triplet: BB, AF and D3. RGB value is (187,175,211). Sum of RGB (Red+Green+Blue) = 187+175+211=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #BBAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD3 is #44502C. Grayscale: #B6B6B6. Windows color (decimal): -4476973 or 13873083. OLE color: 13873083.

HSL color Cylindrical-coordinate representation of color #BBAFD3: hue angle of 260º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBAFD3 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 175 211 -
CMYK 0.11 0.17 0 0.17
HSL 260º 0.29% 0.76% -
HSV(B) 260º 0.17% 0.83% -
XYZ 47.58 45.93 67.99 -
YUV 182.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 187 175 211 0.11 0.17 0 0.17 260 0.29 0.76
Hex BB AF D3 B 11 0 11 104 1D 4C
Octal 273 257 323 13 21 0 21 404 35 114
Binary 10111011 10101111 11010011 1011 10001 0 10001 100000100 11101 1001100

Color Harmonies of #BBAFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFD3

Black with #BBAFD3

Text Example


Text Example

White with #BBAFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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