Html Css Color HEX #BFC6DD Periwinkle

📋 copy color: '#BFC6DD'

red 191 ◦ green 198 ◦ blue 221

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

Shades of Periwinkle #BFC6DD

Tints of Periwinkle #BFC6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.23%

R = 31.31%
G = 32.46%
B = 36.23%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BFC6DD (or 0xBFC6DD) is known color: Periwinkle. HEX triplet: BF, C6 and DD. RGB value is (191,198,221). Sum of RGB (Red+Green+Blue) = 191+198+221=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC6DD is #403922. Grayscale: #C6C6C6. Windows color (decimal): -4208931 or 14534335. OLE color: 14534335.

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

Color convert

RGB 191 198 221 -
CMYK 0.14 0.10 0 0.13
HSL 226º 0.31% 0.81% -
HSV(B) 226º 0.14% 0.87% -
XYZ 54.73 56.68 76.46 -
YUV 198.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 191 198 221 0.14 0.10 0 0.13 226 0.31 0.81
Hex BF C6 DD E A 0 D E2 1F 51
Octal 277 306 335 16 12 0 15 342 37 121
Binary 10111111 11000110 11011101 1110 1010 0 1101 11100010 11111 1010001

Color Harmonies of #BFC6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFC6DD

Black with #BFC6DD

Text Example


Text Example

White with #BFC6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFC6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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