Html Css Color HEX #BFC6DC Periwinkle

📋 copy color: '#BFC6DC'

red 191 ◦ green 198 ◦ blue 220

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

Shades of Periwinkle #BFC6DC

Tints of Periwinkle #BFC6DC

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.51%

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

R = 31.36%
G = 32.51%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BFC6DC (or 0xBFC6DC) is known color: Periwinkle. HEX triplet: BF, C6 and DC. RGB value is (191,198,220). Sum of RGB (Red+Green+Blue) = 191+198+220=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 198 (77.73% from 255 or 32.51% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6DC is #403923. Grayscale: #C6C6C6. Windows color (decimal): -4208932 or 14468799. OLE color: 14468799.

HSL color Cylindrical-coordinate representation of color #BFC6DC: hue angle of 225.52º 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 #BFC6DC is Cyan = 0.13, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 198 220 -
CMYK 0.13 0.1 0 0.14
HSL 225.52º 0.29% 0.81% -
HSV(B) 225.52º 0.13% 0.86% -
XYZ 54.6 56.63 75.76 -
YUV 198.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 191 198 220 0.13 0.1 0 0.14 225.52 0.29 0.81
Hex BF C6 DC D A 0 E E2 1D 51
Octal 277 306 334 15 12 0 16 342 35 121
Binary 10111111 11000110 11011100 1101 1010 0 1110 11100010 11101 1010001

Color Harmonies of #BFC6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6DC

Black with #BFC6DC

Text Example


Text Example

White with #BFC6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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