Html Css Color HEX #BFAFD4 Moon Raker

📋 copy color: '#BFAFD4'

red 191 ◦ green 175 ◦ blue 212

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

Shades of Moon Raker #BFAFD4

Tints of Moon Raker #BFAFD4

RGB

 RED value IS 191 (75% from 255) = 33.04%

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

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

R = 33.04%
G = 30.28%
B = 36.68%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFAFD4 (or 0xBFAFD4) is known color: Moon Raker. HEX triplet: BF, AF and D4. RGB value is (191,175,212). Sum of RGB (Red+Green+Blue) = 191+175+212=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 175 (68.75% from 255 or 30.28% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFAFD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFD4 is #40502B. Grayscale: #B7B7B7. Windows color (decimal): -4214828 or 13938623. OLE color: 13938623.

HSL color Cylindrical-coordinate representation of color #BFAFD4: hue angle of 265.95º 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 #BFAFD4 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 175 212 -
CMYK 0.10 0.17 0 0.17
HSL 265.95º 0.3% 0.76% -
HSV(B) 265.95º 0.17% 0.83% -
XYZ 48.7 46.49 68.69 -
YUV 184 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 191 175 212 0.10 0.17 0 0.17 265.95 0.3 0.76
Hex BF AF D4 A 11 0 11 10A 1E 4C
Octal 277 257 324 12 21 0 21 412 36 114
Binary 10111111 10101111 11010100 1010 10001 0 10001 100001010 11110 1001100

Color Harmonies of #BFAFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFD4

Black with #BFAFD4

Text Example


Text Example

White with #BFAFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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