#BFCCEC

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

Shades of Periwinkle #BFCCEC

Tints of Periwinkle #BFCCEC

Color information

#BFCCEC (or 0xBFCCEC) is unknown color: approx Periwinkle. HEX triplet: BF, CC and EC. RGB value is (191,204,236). Sum of RGB (Red+Green+Blue) = 191+204+236=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCEC is #403313. Grayscale: #CBCBCB. Windows color (decimal): -4207380 or 15518911. OLE color: 15518911.

HSL color Cylindrical-coordinate representation of color #BFCCEC: hue angle of 222.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCCEC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191204236-
CMYK0.190.1400.07
HSL222.67º54.22%83.73%-
HSV(B)222.67º19.07%92.55%-
XYZ58.2260.3287.93-
YUV203.76146.19118.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=30.27%
G=32.33%
B=37.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912042360.190.1400.07222.6754.2283.73
HexBFCCEC13E07df3654
Octal27731435423160733766124
Binary1011111111001100111011001001111100111110111111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCEC; }

 p { color: rgb(191,204,236); }

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

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

 a { background-color: rgb(191,204,236); }

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

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

 span { border-color: rgb(191,204,236); }

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