#BFD1EE

Color #BFD1EE Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BFD1EE

Tints of Periwinkle #BFD1EE

Color information

#BFD1EE (or 0xBFD1EE) is unknown color: approx Periwinkle. HEX triplet: BF, D1 and EE. RGB value is (191,209,238). Sum of RGB (Red+Green+Blue) = 191+209+238=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 209 (82.03% from 255 or 32.76% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1EE is #402E11. Grayscale: #CECECE. Windows color (decimal): -4206098 or 15651263. OLE color: 15651263.

HSL color Cylindrical-coordinate representation of color #BFD1EE: hue angle of 217.02º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFD1EE is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191209238-
CMYK0.200.1200.07
HSL217.02º58.02%84.12%-
HSV(B)217.02º19.75%93.33%-
XYZ59.7262.8589.87-
YUV206.92145.54116.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 209 (82.03% from 255) = 32.76%
BLUE value IS 238 (93.36% from 255) = 37.30%
R=29.94%
G=32.76%
B=37.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912092380.200.1200.07217.0258.0284.12
HexBFD1EE14C07d93a54
Octal27732135624140733172124
Binary1011111111010001111011101010011000111110110011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1EE; }

 p { color: rgb(191,209,238); }

 H1.HeaderClassName
 {
   color: #BFD1EE;
 }
 .AnyTagClassName
 {
   color: #BFD1EE;
 }
</style>
background-color css

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

 a { background-color: rgb(191,209,238); }

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

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

 span { border-color: rgb(191,209,238); }

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