#BFC8F2

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

Shades of Periwinkle #BFC8F2

Tints of Periwinkle #BFC8F2

Color information

#BFC8F2 (or 0xBFC8F2) is unknown color: approx Periwinkle. HEX triplet: BF, C8 and F2. RGB value is (191,200,242). Sum of RGB (Red+Green+Blue) = 191+200+242=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFC8F2 is #40370D. Grayscale: #C9C9C9. Windows color (decimal): -4208398 or 15911103. OLE color: 15911103.

HSL color Cylindrical-coordinate representation of color #BFC8F2: hue angle of 229.41º 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 #BFC8F2 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191200242-
CMYK0.210.1700.05
HSL229.41º66.23%84.9%-
HSV(B)229.41º21.07%94.9%-
XYZ58.1758.892.29-
YUV202.1150.52120.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.17%
GREEN value IS 200 (78.52% from 255) = 31.60%
BLUE value IS 242 (94.92% from 255) = 38.23%
R=30.17%
G=31.60%
B=38.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912002420.210.1700.05229.4166.2384.9
HexBFC8F2151105e54255
Octal277310362252105345102125
Binary101111111100100011110010101011000101011110010110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC8F2; }

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

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

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

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

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

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

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

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