#BFCEEE

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

Shades of Periwinkle #BFCEEE

Tints of Periwinkle #BFCEEE

Color information

#BFCEEE (or 0xBFCEEE) is unknown color: approx Periwinkle. HEX triplet: BF, CE and EE. RGB value is (191,206,238). Sum of RGB (Red+Green+Blue) = 191+206+238=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFCEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFCEEE is #403111. Grayscale: #CDCDCD. Windows color (decimal): -4206866 or 15650495. OLE color: 15650495.

HSL color Cylindrical-coordinate representation of color #BFCEEE: hue angle of 220.85º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCEEE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB191206238-
CMYK0.200.1300.07
HSL220.85º58.02%84.12%-
HSV(B)220.85º19.75%93.33%-
XYZ58.9961.3989.63-
YUV205.16146.53117.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=30.08%
G=32.44%
B=37.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1912062380.200.1300.07220.8558.0284.12
HexBFCEEE14D07dd3a54
Octal27731635624150733572124
Binary1011111111001110111011101010011010111110111011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCEEE; }

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

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

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

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

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

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

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

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