#BBCFF1

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

Shades of Periwinkle #BBCFF1

Tints of Periwinkle #BBCFF1

Color information

#BBCFF1 (or 0xBBCFF1) is unknown color: approx Periwinkle. HEX triplet: BB, CF and F1. RGB value is (187,207,241). Sum of RGB (Red+Green+Blue) = 187+207+241=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBCFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCFF1 is #44300E. Grayscale: #CCCCCC. Windows color (decimal): -4468751 or 15847355. OLE color: 15847355.

HSL color Cylindrical-coordinate representation of color #BBCFF1: hue angle of 217.78º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCFF1 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187207241-
CMYK0.220.1400.05
HSL217.78º65.85%83.92%-
HSV(B)217.78º22.41%94.51%-
XYZ58.6861.5492-
YUV204.9148.37115.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=29.45%
G=32.60%
B=37.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872072410.220.1400.05217.7865.8583.92
HexBBCFF116E05da4254
Octal273317361261605332102124
Binary10111011110011111111000110110111001011101101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFF1; }

 p { color: rgb(187,207,241); }

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

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

 a { background-color: rgb(187,207,241); }

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

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

 span { border-color: rgb(187,207,241); }

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