#BFCEED

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

Shades of Periwinkle #BFCEED

Tints of Periwinkle #BFCEED

Color information

#BFCEED (or 0xBFCEED) is unknown color: approx Periwinkle. HEX triplet: BF, CE and ED. RGB value is (191,206,237). Sum of RGB (Red+Green+Blue) = 191+206+237=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 237 (92.97% from 255 or 37.38% from 634); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEED is #403112. Grayscale: #CCCCCC. Windows color (decimal): -4206867 or 15584959. OLE color: 15584959.

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

Color convert

RGB191206237-
CMYK0.190.1300.07
HSL220.43º56.1%83.92%-
HSV(B)220.43º19.41%92.94%-
XYZ58.8461.3388.86-
YUV205.05146.03117.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 206 (80.86% from 255) = 32.49%
BLUE value IS 237 (92.97% from 255) = 37.38%
R=30.13%
G=32.49%
B=37.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912062370.190.1300.07220.4356.183.92
HexBFCEED13D07dc3854
Octal27731635523150733470124
Binary1011111111001110111011011001111010111110111001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEED; }

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

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

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

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

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

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

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

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