#BFD4EE

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

Shades of Periwinkle #BFD4EE

Tints of Periwinkle #BFD4EE

Color information

#BFD4EE (or 0xBFD4EE) is unknown color: approx Periwinkle. HEX triplet: BF, D4 and EE. RGB value is (191,212,238). Sum of RGB (Red+Green+Blue) = 191+212+238=641 (84% of max value = 765). Red value is 191 (75% from 255 or 29.80% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD4EE is #402B11. Grayscale: #D0D0D0. Windows color (decimal): -4205330 or 15652031. OLE color: 15652031.

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

Color convert

RGB191212238-
CMYK0.200.1100.07
HSL213.19º58.02%84.12%-
HSV(B)213.19º19.75%93.33%-
XYZ60.4664.3490.12-
YUV208.68144.54115.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.80%
GREEN value IS 212 (83.20% from 255) = 33.07%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=29.80%
G=33.07%
B=37.13%

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
Decimal1912122380.200.1100.07213.1958.0284.12
HexBFD4EE14B07d53a54
Octal27732435624130732572124
Binary1011111111010100111011101010010110111110101011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4EE; }

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

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

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

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

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

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

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

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