#BFD1EA

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

Shades of Periwinkle #BFD1EA

Tints of Periwinkle #BFD1EA

Color information

#BFD1EA (or 0xBFD1EA) is unknown color: approx Periwinkle. HEX triplet: BF, D1 and EA. RGB value is (191,209,234). Sum of RGB (Red+Green+Blue) = 191+209+234=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 209 (82.03% from 255 or 32.97% from 634); Blue value is 234 (91.80% from 255 or 36.91% from 634); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFD1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD1EA is #402E15. Grayscale: #CECECE. Windows color (decimal): -4206102 or 15389119. OLE color: 15389119.

HSL color Cylindrical-coordinate representation of color #BFD1EA: hue angle of 214.88º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD1EA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191209234-
CMYK0.180.1100.08
HSL214.88º50.59%83.33%-
HSV(B)214.88º18.38%91.76%-
XYZ59.1462.6286.81-
YUV206.47143.54116.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 209 (82.03% from 255) = 32.97%
BLUE value IS 234 (91.80% from 255) = 36.91%
R=30.13%
G=32.97%
B=36.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912092340.180.1100.08214.8850.5983.33
HexBFD1EA12B08d73353
Octal277321352221301032763123
Binary10111111110100011110101010010101101000110101111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD1EA; }

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

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

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

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

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

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

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

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