Html Css Color HEX #BBAFD4 Moon Raker

📋 copy color: '#BBAFD4'

red 187 ◦ green 175 ◦ blue 212

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

Shades of Moon Raker #BBAFD4

Tints of Moon Raker #BBAFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.93%

R = 32.58%
G = 30.49%
B = 36.93%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BBAFD4 (or 0xBBAFD4) is known color: Moon Raker. HEX triplet: BB, AF and D4. RGB value is (187,175,212). Sum of RGB (Red+Green+Blue) = 187+175+212=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 212 (83.20% from 255 or 36.93% from 574); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFD4 is #44502B. Grayscale: #B6B6B6. Windows color (decimal): -4476972 or 13938619. OLE color: 13938619.

HSL color Cylindrical-coordinate representation of color #BBAFD4: hue angle of 259.46º degrees, saturation: 0.3, 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 #BBAFD4 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 175 212 -
CMYK 0.12 0.17 0 0.17
HSL 259.46º 0.3% 0.76% -
HSV(B) 259.46º 0.17% 0.83% -
XYZ 47.71 45.98 68.65 -
YUV 182.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 187 175 212 0.12 0.17 0 0.17 259.46 0.3 0.76
Hex BB AF D4 C 11 0 11 103 1E 4C
Octal 273 257 324 14 21 0 21 403 36 114
Binary 10111011 10101111 11010100 1100 10001 0 10001 100000011 11110 1001100

Color Harmonies of #BBAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFD4

Black with #BBAFD4

Text Example


Text Example

White with #BBAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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