#BFCDF0

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

Shades of Periwinkle #BFCDF0

Tints of Periwinkle #BFCDF0

Color information

#BFCDF0 (or 0xBFCDF0) is unknown color: approx Periwinkle. HEX triplet: BF, CD and F0. RGB value is (191,205,240). Sum of RGB (Red+Green+Blue) = 191+205+240=636 (84% of max value = 765). Red value is 191 (75% from 255 or 30.03% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFCDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF0 is #40320F. Grayscale: #CCCCCC. Windows color (decimal): -4207120 or 15781311. OLE color: 15781311.

HSL color Cylindrical-coordinate representation of color #BFCDF0: hue angle of 222.86º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCDF0 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB191205240-
CMYK0.200.1500.06
HSL222.86º62.03%84.51%-
HSV(B)222.86º20.42%94.12%-
XYZ59.0561.0391.11-
YUV204.8147.86118.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.03%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 240 (94.14% from 255) = 37.74%
R=30.03%
G=32.23%
B=37.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1912052400.200.1500.06222.8662.0384.51
HexBFCDF014F06df3e55
Octal27731536024170633776125
Binary1011111111001101111100001010011110110110111111111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDF0; }

 p { color: rgb(191,205,240); }

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

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

 a { background-color: rgb(191,205,240); }

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

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

 span { border-color: rgb(191,205,240); }

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