#BFCDF2

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

Shades of Periwinkle #BFCDF2

Tints of Periwinkle #BFCDF2

Color information

#BFCDF2 (or 0xBFCDF2) is unknown color: approx Periwinkle. HEX triplet: BF, CD and F2. RGB value is (191,205,242). Sum of RGB (Red+Green+Blue) = 191+205+242=638 (84% of max value = 765). Red value is 191 (75% from 255 or 29.94% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCDF2 is #40320D. Grayscale: #CCCCCC. Windows color (decimal): -4207118 or 15912383. OLE color: 15912383.

HSL color Cylindrical-coordinate representation of color #BFCDF2: hue angle of 223.53º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCDF2 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191205242-
CMYK0.210.1500.05
HSL223.53º66.23%84.9%-
HSV(B)223.53º21.07%94.9%-
XYZ59.3461.1592.68-
YUV205.03148.86117.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.94%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 242 (94.92% from 255) = 37.93%
R=29.94%
G=32.13%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912052420.210.1500.05223.5366.2384.9
HexBFCDF215F05e04255
Octal277315362251705340102125
Binary10111111110011011111001010101111101011110000010000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCDF2; }

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

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

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

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

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

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

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

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