#BFD6EE

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

Shades of Periwinkle #BFD6EE

Tints of Periwinkle #BFD6EE

Color information

#BFD6EE (or 0xBFD6EE) is unknown color: approx Periwinkle. HEX triplet: BF, D6 and EE. RGB value is (191,214,238). Sum of RGB (Red+Green+Blue) = 191+214+238=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD6EE is #402911. Grayscale: #D1D1D1. Windows color (decimal): -4204818 or 15652543. OLE color: 15652543.

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

Color convert

RGB191214238-
CMYK0.200.1000.07
HSL210.64º58.02%84.12%-
HSV(B)210.64º19.75%93.33%-
XYZ60.9765.3490.29-
YUV209.86143.88114.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 238 (93.36% from 255) = 37.01%
R=29.70%
G=33.28%
B=37.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912142380.200.1000.07210.6458.0284.12
HexBFD6EE14A07d33a54
Octal27732635624120732372124
Binary1011111111010110111011101010010100111110100111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6EE; }

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

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

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

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

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

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

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

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