#bfc8ed

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

Shades of Periwinkle #BFC8ED

Tints of Periwinkle #BFC8ED

Color information

#BFC8ED (or 0xBFC8ED) is unknown color: approx Periwinkle. HEX triplet: BF, C8 and ED. RGB value is (191,200,237). Sum of RGB (Red+Green+Blue) = 191+200+237=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8ED is #403712. Grayscale: #C9C9C9. Windows color (decimal): -4208403 or 15583423. OLE color: 15583423.

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

Color convert

RGB191200237-
CMYK0.190.1600.07
HSL228.26º56.1%83.92%-
HSV(B)228.26º19.41%92.94%-
XYZ57.4358.588.39-
YUV201.53148.02120.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=30.41%
G=31.85%
B=37.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912002370.190.1600.07228.2656.183.92
HexBFC8ED131007e43854
Octal27731035523200734470124
Binary10111111110010001110110110011100000111111001001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc8ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc8ed; }

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

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

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

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

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

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

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

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