#BBC3EF

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

Shades of Periwinkle #BBC3EF

Tints of Periwinkle #BBC3EF

Color information

#BBC3EF (or 0xBBC3EF) is unknown color: approx Periwinkle. HEX triplet: BB, C3 and EF. RGB value is (187,195,239). Sum of RGB (Red+Green+Blue) = 187+195+239=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3EF is #443C10. Grayscale: #C5C5C5. Windows color (decimal): -4471825 or 15713211. OLE color: 15713211.

HSL color Cylindrical-coordinate representation of color #BBC3EF: hue angle of 230.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC3EF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187195239-
CMYK0.220.1800.06
HSL230.77º61.9%83.53%-
HSV(B)230.77º21.76%93.73%-
XYZ55.5955.8389.51-
YUV197.62151.35120.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.11%
GREEN value IS 195 (76.56% from 255) = 31.40%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=30.11%
G=31.40%
B=38.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871952390.220.1800.06230.7761.983.53
HexBBC3EF161206e73e54
Octal27330335726220634776124
Binary10111011110000111110111110110100100110111001111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC3EF; }

 p { color: rgb(187,195,239); }

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

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

 a { background-color: rgb(187,195,239); }

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

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

 span { border-color: rgb(187,195,239); }

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