Html Css Color HEX #BFC5DC Periwinkle

📋 copy color: '#BFC5DC'

red 191 ◦ green 197 ◦ blue 220

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

Shades of Periwinkle #BFC5DC

Tints of Periwinkle #BFC5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.18%

R = 31.41%
G = 32.4%
B = 36.18%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFC5DC (or 0xBFC5DC) is known color: Periwinkle. HEX triplet: BF, C5 and DC. RGB value is (191,197,220). Sum of RGB (Red+Green+Blue) = 191+197+220=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 197 (77.34% from 255 or 32.40% from 608); Blue value is 220 (86.33% from 255 or 36.18% from 608); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5DC is #403A23. Grayscale: #C5C5C5. Windows color (decimal): -4209188 or 14468543. OLE color: 14468543.

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

Color convert

RGB 191 197 220 -
CMYK 0.13 0.10 0 0.14
HSL 227.59º 0.29% 0.81% -
HSV(B) 227.59º 0.13% 0.86% -
XYZ 54.37 56.18 75.69 -
YUV 197.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 191 197 220 0.13 0.10 0 0.14 227.59 0.29 0.81
Hex BF C5 DC D A 0 E E4 1D 51
Octal 277 305 334 15 12 0 16 344 35 121
Binary 10111111 11000101 11011100 1101 1010 0 1110 11100100 11101 1010001

Color Harmonies of #BFC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC5DC

Black with #BFC5DC

Text Example


Text Example

White with #BFC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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