#BBCDE7

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

Shades of Periwinkle #BBCDE7

Tints of Periwinkle #BBCDE7

Color information

#BBCDE7 (or 0xBBCDE7) is unknown color: approx Periwinkle. HEX triplet: BB, CD and E7. RGB value is (187,205,231). Sum of RGB (Red+Green+Blue) = 187+205+231=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBCDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDE7 is #443218. Grayscale: #CACACA. Windows color (decimal): -4469273 or 15191483. OLE color: 15191483.

HSL color Cylindrical-coordinate representation of color #BBCDE7: hue angle of 215.45º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCDE7 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187205231-
CMYK0.190.1100.09
HSL215.45º47.83%81.96%-
HSV(B)215.45º19.05%90.59%-
XYZ56.756084.19-
YUV202.58144.04116.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=30.02%
G=32.91%
B=37.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872052310.190.1100.09215.4547.8381.96
HexBBCDE713B09d73052
Octal273315347231301132760122
Binary10111011110011011110011110011101101001110101111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCDE7; }

 p { color: rgb(187,205,231); }

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

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

 a { background-color: rgb(187,205,231); }

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

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

 span { border-color: rgb(187,205,231); }

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