Html Css Color HEX #BFAFCB Prelude

📋 copy color: '#BFAFCB'

red 191 ◦ green 175 ◦ blue 203

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

Shades of Prelude #BFAFCB

Tints of Prelude #BFAFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 33.57%
G = 30.76%
B = 35.68%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BFAFCB (or 0xBFAFCB) is known color: Prelude. HEX triplet: BF, AF and CB. RGB value is (191,175,203). Sum of RGB (Red+Green+Blue) = 191+175+203=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #BFAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFCB is #405034. Grayscale: #B6B6B6. Windows color (decimal): -4214837 or 13348799. OLE color: 13348799.

HSL color Cylindrical-coordinate representation of color #BFAFCB: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFAFCB is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 175 203 -
CMYK 0.06 0.14 0 0.20
HSL 274.29º 0.21% 0.74% -
HSV(B) 274.29º 0.14% 0.8% -
XYZ 47.6 46.05 62.88 -
YUV 182.98 139.3 133.72 -
System Red Green Blue C M Y K H S L
Decimal 191 175 203 0.06 0.14 0 0.20 274.29 0.21 0.74
Hex BF AF CB 6 E 0 14 112 15 4A
Octal 277 257 313 6 16 0 24 422 25 112
Binary 10111111 10101111 11001011 110 1110 0 10100 100010010 10101 1001010

Color Harmonies of #BFAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFCB

Black with #BFAFCB

Text Example


Text Example

White with #BFAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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