#BFD5EE

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

Shades of Periwinkle #BFD5EE

Tints of Periwinkle #BFD5EE

Color information

#BFD5EE (or 0xBFD5EE) is unknown color: approx Periwinkle. HEX triplet: BF, D5 and EE. RGB value is (191,213,238). Sum of RGB (Red+Green+Blue) = 191+213+238=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 213 (83.59% from 255 or 33.18% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD5EE is #402A11. Grayscale: #D1D1D1. Windows color (decimal): -4205074 or 15652287. OLE color: 15652287.

HSL color Cylindrical-coordinate representation of color #BFD5EE: hue angle of 211.91º 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 #BFD5EE is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191213238-
CMYK0.200.1100.07
HSL211.91º58.02%84.12%-
HSV(B)211.91º19.75%93.33%-
XYZ60.7164.8490.2-
YUV209.27144.21114.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.75%
GREEN value IS 213 (83.59% from 255) = 33.18%
BLUE value IS 238 (93.36% from 255) = 37.07%
R=29.75%
G=33.18%
B=37.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912132380.200.1100.07211.9158.0284.12
HexBFD5EE14B07d43a54
Octal27732535624130732472124
Binary1011111111010101111011101010010110111110101001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5EE; }

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

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

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

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

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

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

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

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