#BFCEEB

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

Shades of Periwinkle #BFCEEB

Tints of Periwinkle #BFCEEB

Color information

#BFCEEB (or 0xBFCEEB) is unknown color: approx Periwinkle. HEX triplet: BF, CE and EB. RGB value is (191,206,235). Sum of RGB (Red+Green+Blue) = 191+206+235=632 (83% of max value = 765). Red value is 191 (75% from 255 or 30.22% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEEB is #403114. Grayscale: #CCCCCC. Windows color (decimal): -4206869 or 15453887. OLE color: 15453887.

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

Color convert

RGB191206235-
CMYK0.190.1200.08
HSL219.55º52.38%83.53%-
HSV(B)219.55º18.72%92.16%-
XYZ58.5561.2287.33-
YUV204.82145.03118.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.22%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=30.22%
G=32.59%
B=37.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912062350.190.1200.08219.5552.3883.53
HexBFCEEB13C08dc3454
Octal277316353231401033464124
Binary10111111110011101110101110011110001000110111001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEEB; }

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

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

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

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

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

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

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

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