#BFCBFA

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

Shades of Periwinkle #BFCBFA

Tints of Periwinkle #BFCBFA

Color information

#BFCBFA (or 0xBFCBFA) is unknown color: approx Periwinkle. HEX triplet: BF, CB and FA. RGB value is (191,203,250). Sum of RGB (Red+Green+Blue) = 191+203+250=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFCBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBFA is #403405. Grayscale: #CCCCCC. Windows color (decimal): -4207622 or 16436159. OLE color: 16436159.

HSL color Cylindrical-coordinate representation of color #BFCBFA: hue angle of 227.8º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFCBFA is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191203250-
CMYK0.240.1900.02
HSL227.8º85.51%86.47%-
HSV(B)227.8º23.6%98.04%-
XYZ60.160.6998.99-
YUV204.77153.52118.18-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 203 (79.69% from 255) = 31.52%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=29.66%
G=31.52%
B=38.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912032500.240.1900.02227.885.5186.47
HexBFCBFA181302e45656
Octal277313372302302344126126
Binary10111111110010111111101011000100110101110010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBFA; }

 p { color: rgb(191,203,250); }

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

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

 a { background-color: rgb(191,203,250); }

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

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

 span { border-color: rgb(191,203,250); }

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