Html Css Color HEX #BFC5DF Periwinkle

📋 copy color: '#BFC5DF'

red 191 ◦ green 197 ◦ blue 223

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

Shades of Periwinkle #BFC5DF

Tints of Periwinkle #BFC5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.24%

 BLUE value IS 223 (87.5% from 255) = 36.5%

R = 31.26%
G = 32.24%
B = 36.5%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFC5DF (or 0xBFC5DF) is known color: Periwinkle. HEX triplet: BF, C5 and DF. RGB value is (191,197,223). Sum of RGB (Red+Green+Blue) = 191+197+223=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #BFC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5DF is #403A20. Grayscale: #C6C6C6. Windows color (decimal): -4209185 or 14665151. OLE color: 14665151.

HSL color Cylindrical-coordinate representation of color #BFC5DF: hue angle of 228.75º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC5DF is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 197 223 -
CMYK 0.14 0.12 0 0.13
HSL 228.75º 0.33% 0.81% -
HSV(B) 228.75º 0.14% 0.87% -
XYZ 54.77 56.34 77.8 -
YUV 198.17 142.01 122.89 -
System Red Green Blue C M Y K H S L
Decimal 191 197 223 0.14 0.12 0 0.13 228.75 0.33 0.81
Hex BF C5 DF E C 0 D E5 21 51
Octal 277 305 337 16 14 0 15 345 41 121
Binary 10111111 11000101 11011111 1110 1100 0 1101 11100101 100001 1010001

Color Harmonies of #BFC5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5DF

Black with #BFC5DF

Text Example


Text Example

White with #BFC5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5DF; }

 p { color: rgb(191,197,223); }

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

background-color css

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

 a { background-color: rgb(191,197,223); }

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

border-color css

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

 span { border-color: rgb(191,197,223); }

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