#BFCCED

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

Shades of Periwinkle #BFCCED

Tints of Periwinkle #BFCCED

Color information

#BFCCED (or 0xBFCCED) is unknown color: approx Periwinkle. HEX triplet: BF, CC and ED. RGB value is (191,204,237). Sum of RGB (Red+Green+Blue) = 191+204+237=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCCED is #403312. Grayscale: #CBCBCB. Windows color (decimal): -4207379 or 15584447. OLE color: 15584447.

HSL color Cylindrical-coordinate representation of color #BFCCED: hue angle of 223.04º degrees, saturation: 0.56, 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 #BFCCED is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191204237-
CMYK0.190.1400.07
HSL223.04º56.1%83.92%-
HSV(B)223.04º19.41%92.94%-
XYZ58.3660.3888.7-
YUV203.87146.69118.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=30.22%
G=32.28%
B=37.5%

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
Decimal1912042370.190.1400.07223.0456.183.92
HexBFCCED13E07df3854
Octal27731435523160733770124
Binary1011111111001100111011011001111100111110111111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCCED; }

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

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

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

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

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

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

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

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