#BFCBEB

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

Shades of Periwinkle #BFCBEB

Tints of Periwinkle #BFCBEB

Color information

#BFCBEB (or 0xBFCBEB) is unknown color: approx Periwinkle. HEX triplet: BF, CB and EB. RGB value is (191,203,235). Sum of RGB (Red+Green+Blue) = 191+203+235=629 (83% of max value = 765). Red value is 191 (75% from 255 or 30.37% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFCBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCBEB is #403414. Grayscale: #CACACA. Windows color (decimal): -4207637 or 15453119. OLE color: 15453119.

HSL color Cylindrical-coordinate representation of color #BFCBEB: hue angle of 223.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFCBEB is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB191203235-
CMYK0.190.1400.08
HSL223.64º52.38%83.53%-
HSV(B)223.64º18.72%92.16%-
XYZ57.8459.7987.09-
YUV203.06146.02119.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.37%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 235 (92.19% from 255) = 37.36%
R=30.37%
G=32.27%
B=37.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912032350.190.1400.08223.6452.3883.53
HexBFCBEB13E08e03454
Octal277313353231601034064124
Binary10111111110010111110101110011111001000111000001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCBEB; }

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

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

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

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

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

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

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

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